Has anyone used Subversion?

User avatar
signalseeker
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Has anyone used Subversion?

Post by signalseeker »

I recently looked for one but ended up settling on www.github.com and going with git.

It is far more simple and easier to use.



However, cvsdude was number 1 on my list for subversion.



Hope that helps.
The dark is light enough.
zweiterlinde
Posts: 1
Joined: Thu Jan 01, 2004 12:00 am

Has anyone used Subversion?

Post by zweiterlinde »

Definitely recommend looking into distributed VCSs. git is nice, but my fave is Mercurial.



Sweet online hosting option: bitbucket.
User avatar
Polter
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Has anyone used Subversion?

Post by Polter »

opmtrader, you might want to take a look at http://www.xp-dev.com/
MadMax, some curiosities regarding the performance of std::accumulate are also related to it using operator+ (not operator+=) and issues with trying to optimize it with move semantics (from a compiler point of view) keeping standard-compliance; discussion here: http://gcc.gnu.org/ml/libstdc++/2011-01/msg00015.html

I solely mention those as "curiosities", since I wouldn't expect them to have an impact on "small" data structures (like a built-in double) (and the example above considers std::string), but it might still be of interest.
User avatar
FDAXHunter
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Has anyone used Subversion?

Post by FDAXHunter »

We use Plastic SCM, which I quite like. It's very powerful.
The Figs Protocol.
User avatar
mj
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Has anyone used Subversion?

Post by mj »

both xlw and quantlib use SVN.



I use tortoiseSVN as the client.



It's ok. Main annoyance is finding out a bunch of conflicts because someone's reformatted the file you are working on.
Quant Job Interview Questions and Answers now available on lulu and createspace: www.markjoshi.com
User avatar
danko
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Has anyone used Subversion?

Post by danko »

yo fdax, would you mind giving a little more detail as to why you use Plastic SCM rather than standard SVN?
User avatar
pj
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Has anyone used Subversion?

Post by pj »

Dear FDAXunter,



Do you use Plastic SCM for, khm, Excel/VBA?
«Да чего там описывать, планировать! Жизнь всё равно богаче». (Саня Радченко about specification writing)
User avatar
Dimatrix
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Has anyone used Subversion?

Post by Dimatrix »

Cool, Plastic SCM has a Visual Studio integration
Ctrl - L.
User avatar
FDAXHunter
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Has anyone used Subversion?

Post by FDAXHunter »

pj:



I don't really use Excel to write much code.



You could use Plastic SCM for Excel, easily. Mind you that Excel uses binary format for it's files, so some of the code analysis features don't work (same for any other SCM system).



danko:



I prefer Plastic SCM because the whole system has been designed back-to-front by the same house. It has great Visual Studio integration (Eclipse, etc. alll available as well). It's fully distributed (multiple servers, multiple sites).

It also features a lot of visualization/code analysis tools that are built in. It's nice to work with, in particular the branch explorer is very helpful.



Of course, it's not free (but they have a free trial and it's free for academic/open source).
The Figs Protocol.
User avatar
FDAXHunter
Posts: 0
Joined: Thu Jan 01, 2004 12:00 am

Has anyone used Subversion?

Post by FDAXHunter »

pj, apparently there's an office plug-in for Plastic SCM as well now....
The Figs Protocol.
Post Reply