Search Results

0
votes

Installing Svn 1.5.x on Debian Etch - Best approach?

It depends on whether you want to be able to upgrade Subversion in future using Debian's package management tools. Building it from source should be easy enough, and lets you configure it the way …
0
votes

Combined SVN FTP system?

SVN's post_commit hook is ideal for things like this. ADS (automatic deployment script looks like a …
15
votes

SVN mark major version

Sounds like you're looking for tags. Tags in the Subversion book "A tag is just a “snapshot” of a projec …