just in ram

A list of stuff I should remember but never do

Add a new project to Subversion server in Windows XP

without comments

NOTE: You must have TortoiseSVN installed for these instructions to work!

First create your Project folder structure:

ProjectName
branches
tags
trunk

Place your source in the trunk folder.

In windows explorer right click on ProjectName folder and select TortiseSVN -> Import from the menu.

You will now see the import screen:


Enter the repository/ProjectName an import message and click OK.

You have now created the project in Subversion but you must still check out the source you just imported. This can be done via TortoiseSVN or directly in eclipse using the subclipse add in.

Written by Justin Ramel

February 22nd, 2006 at 12:12 pm

Posted in Programming

No Responses to 'Add a new project to Subversion server in Windows XP'

Subscribe to comments with RSS or TrackBack to 'Add a new project to Subversion server in Windows XP'.

  1. obephosoth

    24 Jun 07 at 8:45 pm

Leave a Reply