views:

1203

answers:

3

how I integrate TortoiseSVN with the netbeans6.8 ?

+1  A: 

Hmmm

Not sure you do. Perhaps you integrate NetBeans directly with Subversion ? Subversion integration seems to be built in to NetBeans on my installation. TortoiseSVN integrates with Windows Explorer.

Regards

Mark

High Performance Mark
A note - if you're running a 64-bit JVM you can't use NetBeans internal SVN connector but have to set up paths to a SVN command-line client. You can get a binary build from CollabNet.
Vilx-
+3  A: 

TortoiseSVN is a standalone program. NetBeans has its own SVN integration. The two are unrelated, but you can use both of them interchangeably.

http://subversion.netbeans.org/
http://tortoisesvn.net/

Michael Hackner
A: 

What you need to do is install SVN - a version that is compatible with both Netbeans and Tortoise. Tortoise is built for Subversion 1.6.6 and Netbeans supports who knows what? They claim support for Subversion: 1.4.x, 1.5.x, 1.6.x on their website but if you google it you will see they seem to have a lot of problems with it.

My experience was that any performance gain from IDE integration was offset almost immediately by having to constantly troubleshoot it everytime SVN was upgraded. You will be better off doing your version control at the command line or just via Tortoise (which is lovely - I miss the shell integration now that I am using ubuntu and git).

srboisvert