> Do you recommend any for windows? And does it allow you to easily zip > up a version when you feel good about it.
The export (or similar) command lets you extract a certain version (by version or date). I think you can do the following with subversion and the zip command (normally I would use tar for my own projects, not zip, sp I'm not sure how helpful zip is) svn export <repository>/boltwire | zip <name>.zip otherwise you'd have to do: cd tmp svn export <repo>/boltwire zip boltwire boltwire.zip rm boltwire > The thing that attracts me > most is sometimes I go up a dead end trail and have to retrace my > steps before trying something else. Not always 100% successful, but my > software does have very good undo capabilities! While I've never had the excuse to use it, I like the branching capabilites, where you can copy parts of the project into a branch, deveolpe the branch seperate from other branches that may create other bugs, and then patch in the branches into the main trunk when done. But the "sod this, give me what I hd yesterday at noon" functionality is definitly the most used of subversions magic on my computers :p --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
