1. In Terminal, navigate to directory right above the project directory you want to add to the repository.
2. Assuming your project is named "project1", issue the following command:
svn import -m "Initial Import" project1 <url to repository>/
The result of this will be that the files in "project1" will be now in project1 in your repository (i.e. <url to repository>
No comments:
Post a Comment