Hello All..
I have my project uploaded in svn server with some specific URL.
Now I am using netbeans 6.8 integration of subversion by accessing Team -> Subversion -> Checkout option.
But in this scenario, my whole project including library as well as some .svn (hidden) files are also checking out into the server, which is affecting my grails project.
So, ultimately my requirement is to manage an svn in such a way that when anyone checking out the project in netbeans, then they should not get the library files as well as .svn (hidden) files in their project.
Any help would be highly appreciated...
Thanks in advance.