I Love SVN!

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.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

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... :roll:

*Whistles* :lol:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Post by df »

I love svn too but I recently switched from svn to bzr.

mostly because bzr requires not server daemon and I can push my repo to mega-tokyo with no overhead.

some of my projects I have bzr setup like svn, aka when I commit it sftp pushes directly to my server.

some other projects I have it do local commits and I only push my branch only when explicity pushed (rather than committed).

i just love that no server is required on my hosting side.

the workflow is much the same too.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

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.
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Post by df »

to me I use it as a form of backup as well as revision, so being off my local box is a boon as an offsite backup.

I used svn locally a lot before migrating it to devguard.com which was nice.

if my local box gets backed up or never crashed, Id still be on local svn..
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

Uh-huh... 100% ACK on the backup thing. I would have lost the PDCLib sources at least once already if it weren't for offsite backups.
Every good solution is obvious once you've found it.
Post Reply