Putting a directory under version control

Having trouble installing Oxygen? Got a bug to report? Post it all here.
signal15
Posts: 2
Joined: Tue Feb 17, 2009 11:35 pm

Putting a directory under version control

Post 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?
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Putting a directory under version control

Post 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
Post Reply