Setting up a subversion repository

posted on 2009-09-16 09:29:44+08:00 by 7895734
  1. svnadmin create subversion
  2. svn import project file:///subversion/<REPOSITORY> -m "initial import"
  3.  
  4. organize data /project/branches/
  5. /tags/
  6. /trunk/httpdocs <<< all http files

All Code Snippets

Hot Code Snippets

New Code Snippets