how I integrate TortoiseSVN with the netbeans6.8 ?
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
TortoiseSVN is a standalone program. NetBeans has its own SVN integration. The two are unrelated, but you can use both of them interchangeably.
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).