All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
TomTom wrote:actually SVN doesn't know branches or tags. These are nothing but cheap copies of a directory (ie. a cheap copy of a specific revision of /trunk to ie. /tags/version-1.0). The advantage is that it's a very cheap operation as the files aren't actually copied but rather referenced, so that the file history doesn't get lost. Of course if you make changes to copied files/directories those changes don't affect the original source (which is basically the concept of branches).
That's kind of what I said TomTom...
*Whistles*
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
Well, strictly speaking you don't need a server daemon running for SVN, either, if you do the Apache / WebDAV thing. Personally, I always shied away from trying any of the "distributed" stuff (bzr, arch, svk), as it felt much too oversized for the one-to-two-man projects I'm working on.
Every good solution is obvious once you've found it.