9.9.09

Import Project into Subversion Using NetBeans IDE

http://www.netbeans.org/kb/docs/ide/subversion.html#synchronizing

Here is some complementary:

1. on the server side:
svn mkdir ${repo-root}/<your-project-directory>/<your-project-directory>
2. on the client side:
svn://<host>/<repo-root>/<your-project-directory>/<your-project-directory>

If you don't create at lease one level of subdirectory and import the project under that subdirectory, you will encounter such an Error Message on the client side:

Trying to use the Subversion plugin with svn+ssh, I get the following: org.tigris.subversion.javahl.ClientException: Trying to use an unsupported feature Server d


No comments: