Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: version control

by perrin (Chancellor)
on May 18, 2005 at 15:56 UTC ( [id://458262]=note: print w/replies, xml ) Need Help??


in reply to version control

All of those run on Win32. Subversion (SVN) is the one to use if you are starting from scratch. http://svnbook.red-bean.com/

Replies are listed 'Best First'.
Re^2: version control
by willyyam (Priest) on May 20, 2005 at 12:47 UTC

    I would second the suggestion of subversion. One feature that may be attractive to you in a Windows environment is that subversion transparently handles binary files - so you can still version Word documents, .exe files and any other binary junk you have lying around without having to figure out if its is binary or not.

    I keep my home directory synchronized between my laptop and desktop with subversion, which is overkill, but it means I can accidentally delete whole trees and recover them, and when I tried to do this with CVS it barfed and died on my email (a weird mix of plain text and plain text representations of binary data). Good luck.

Re^2: version control
by Stoffe (Sexton) on May 22, 2005 at 16:54 UTC

    Totally agreed. Also, while you are on Win32, make sure to check out Tortoise SVN for a seamless integration into Explorer that just keeps on getting better and better. With this, I even have "clueless" customers accessing and contributing to parts of our repository, because it makes things so easy. I wish there was something similar for Gnome, it's really excellent.

    Also, if you need to do custom stuff with your version control, the perl bindings are starting to become pretty stable and useful. I'm currently toying around with them, not having done anything really useful yet though. :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://458262]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-03-29 13:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found