How to create a new SVN project in the Brain Repository

On the linux box run the following commands to create the svn structure for my .NET projects (replace WPF_MVVM with your project name).

# svn mkdir -m "Initial project roots" file:///home/svn/NetProjects/WPF_MVVM/
# svn mkdir -m "Initial project roots" file:///home/svn/NetProjects/WPF_MVVM/branches
# svn mkdir -m "Initial project roots" file:///home/svn/NetProjects/WPF_MVVM/tags
# svn mkdir -m "Initial project roots" file:///home/svn/NetProjects/WPF_MVVM/trunk

On the windows machine pop up the repo browser and make sure its there. Then right click on the folder containing your code and "import" from the svn context menu into the trunk directory.

NewSvnProject (last edited 2011-10-30 19:16:32 by 71-87-243-206)