Page 1 of 1
Putting a directory under version control
Posted: Tue Feb 17, 2009 11:37 pm
by signal15
I created a new project and want to get it into an SVN repository. I've added the repository in the SVN Client, but when I try to add the working directory, it says it's not under version control. Where do I specify that a project should be under version control?
Re: Putting a directory under version control
Posted: Wed Feb 18, 2009 12:11 pm
by sorin_ristache
Hello,
In the Working Copy view you can add only a SVN working copy, that is a folder created on your computer with an action of check out from a SVN repository. That means first you have to add a directory to a SVN repository and after that you have to check out a working copy which you can add to the Working Copy view using the button Add/Remove Working Copy available on the toolbar of the view and also on the menu Working Copy.
You can add a folder to a SVN repository for example using the action Import Folder Content available in the Repository view.
Regards,
Sorin