Tag Archive for 'mercurial'

Creating a new project in Mercurial versus SVN

by Dave Dash 22Jul08

One of the most annoying things about creating new SVN projects is the new project dance:

$ svnadmin create $SVNREP_DIR/newproject $ svn mkdir -m “layout creation” file:///$SVNREP_DIR/newproject/trunk file:///$SVNREP_DIR/newproject/tags file:///$SVNREP_DIR/newproject/branches $ mkdir newproject $ cd newproject $ svn import -m “initial import” . file:///$SVNREP_DIR/newproject/trunk

Oh… yeah, no this isn’t that bad.

It’s this part that’s bad:

$ cd .. $ mv newproject newproject.tmp $ svn co [...]


Where am I?

You are currently browsing the Spindrop weblog archives for 'mercurial' tag.

Longer entries are truncated. Click the headline of an entry to read it in its entirety.

March 2010
M T W T F S S
« Feb    
1234567
891011121314
15161718192021
22232425262728
293031  

need more help

If you found our tutorials and articles to be useful, but are still looking for more hands on help, consider hiring us. Find out more about how Spindrop can help you.