SVN: Creating a new project using command line
Feb.15, 2008 in
Development
I always forget the syntax for creating a new project using SVN via the command line. So here it is:
svn import <directory> <repository path> -m “Initial checkin”
Where the directory should contain the files you want to add to the repository, and the repository path should be something like:
svn+ssh://evan@charzard/usr/local/svn/repository/trunk/1.0/<project name>
Tags: svn

Leave a Reply