Reputation: 1992
We have VisualSVN Server
in our local network. I want to work with this svn server in order to control versioning of my java projects.
I use Netbeans 7.3.1
IDE and my PC is running on Windows XP SP3
. I read that 7.3.1
already has subversion support.(Menu/Team/Subverion)
I want to know how to add my project to VisualSVN Server
as a repository. Do i need to install any subversion client software like TortoiseSVN
or CollabNet
? If yes, which one should i install and how?
I am alittle bit confused, can you give me some instructions about where i can start?
Upvotes: 1
Views: 6318
Reputation: 3019
If I correctly understood your question, your repository already exists. Then, the main steps are:
Please, let us know if it worked.
You can get detailed information on this site: https://netbeans.org/kb/docs/ide/subversion.html
Upvotes: 1