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.
Has anyone used Subversion?
- signalseeker
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Has anyone used Subversion?
The dark is light enough.
-
zweiterlinde
- Posts: 1
- Joined: Thu Jan 01, 2004 12:00 am
Has anyone used Subversion?
Definitely recommend looking into distributed VCSs. git is nice, but my fave is Mercurial.
Sweet online hosting option: bitbucket.
Sweet online hosting option: bitbucket.
- Polter
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Has anyone used Subversion?
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.
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.
- FDAXHunter
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Has anyone used Subversion?
We use Plastic SCM, which I quite like. It's very powerful.
The Figs Protocol.
- mj
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Has anyone used Subversion?
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.
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
- danko
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Has anyone used Subversion?
yo fdax, would you mind giving a little more detail as to why you use Plastic SCM rather than standard SVN?
- pj
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Has anyone used Subversion?
Dear FDAXunter,
Do you use Plastic SCM for, khm, Excel/VBA?
Do you use Plastic SCM for, khm, Excel/VBA?
«Да чего там описывать, планировать! Жизнь всё равно богаче». (Саня Радченко about specification writing)
- Dimatrix
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
- FDAXHunter
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Has anyone used Subversion?
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).
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.
- FDAXHunter
- Posts: 0
- Joined: Thu Jan 01, 2004 12:00 am
Has anyone used Subversion?
pj, apparently there's an office plug-in for Plastic SCM as well now....
The Figs Protocol.