| View previous topic :: View next topic |
| Author |
Message |
cakeman
Joined: 14 Oct 2011 Posts: 3
|
Posted: Fri Oct 14, 2011 2:10 pm Post subject: Subversion 1.7 release but does not properly with netbean |
|
|
Hi,
I download and install tortoise SVN 1.7 and upgrade my local copy. Opening netbean, I see that my project with svn does not work properly (error with "We strongly recommend to either install a newer Subversion client or downgrade your working copy. Any local changes might corrupt your working copy and some file operations as copying, renaming and deleting will not work correctly.")
You must note that I set in the options the value "C:\Program Files\TortoiseSVN\bin" for the path to the SVN execute file.
Is there a planned update for svn plugin to working with subversion 1.7 ? |
|
| Back to top |
|
 |
dev4press
Joined: 15 Oct 2011 Posts: 2
|
Posted: Sat Oct 15, 2011 10:23 am Post subject: |
|
|
I have the same problem, NetBeans saying that I should update my Subversion client to 1.7. I have installed TortoiseSVN 1.7 and NetBeans set to use it's bin folder, and it is not working. Than, I installed SilkSVN client distribution, set NetBeans to use it and same thing happens again.
Local repositories I converted to 1.7 format are not working anymore with current NetBeans despite having latest client version installed as it should be. |
|
| Back to top |
|
 |
Halvor Platou Posted via mailing list.
|
Posted: Mon Oct 17, 2011 12:59 am Post subject: Subversion 1.7 release but does not properly with netbean |
|
|
I had the same problem. Solved it by adding "-J-DsvnClientAdapterFactory=commandline" to "netbeans_default_options" in etc/netbeans.conf.
Halvor
On Oct15, 2011, at 12:24 PM, dev4press wrote:
| Quote: | I have the same problem, NetBeans saying that I should update my Subversion client to 1.7. I have installed TortoiseSVN 1.7 and NetBeans set to use it's bin folder, and it is not working. Than, I installed SilkSVN client distribution, set NetBeans to use it and same thing happens again.
Local repositories I converted to 1.7 format are not working anymore with current NetBeans despite having latest client version installed as it should be.
|
|
|
| Back to top |
|
 |
cakeman
Joined: 14 Oct 2011 Posts: 3
|
Posted: Mon Oct 17, 2011 9:24 am Post subject: |
|
|
Thanks for your replies:
You have right, no more error with the new option in command but an other problem: all files in my project are new for netbeans ! (in fact there is no more .svn folder in each subfolder in the project with SVN 1.7).
It is a real problem if you use the diff or revert functions |
|
| Back to top |
|
 |
cakeman
Joined: 14 Oct 2011 Posts: 3
|
Posted: Mon Oct 17, 2011 9:40 am Post subject: |
|
|
Sorry !!!! I was wrong
there is a lot of files in my project and it makes long (not finished yet) time to update svn status.
Finally, the new option -J-DsvnClientAdapterFactory=commandline seems to works well !
Thanks |
|
| Back to top |
|
 |
promiseofcake
Joined: 12 Aug 2011 Posts: 5
|
Posted: Mon Oct 24, 2011 8:17 pm Post subject: |
|
|
Netbeans stopped complaining when I added "-J-DsvnClientAdapterFactory=commandline", but my highlighting is gone.
I downloaded the latest 1.7 from CollabNet and set Netbeans to look for svn.exe there, but without the "-J-DsvnClientAdapterFactory=commandline", Netbeans is still complaining. With the "-J-DsvnClientAdapterFactory=commandline" added, it works but it seems to be checking against the remote repo rather than the .svn changes locally (and fails to highlight)
Netbeans 7.0.1
Could it have anything to do with the fact that the SVN version on the server is 1.6? |
|
| Back to top |
|
 |
harrije
Joined: 24 Oct 2011 Posts: 22
|
Posted: Mon Oct 24, 2011 8:50 pm Post subject: Netbeans not working for Subversion 1.7 for Me too |
|
|
I too cannot get Netbeans 7.0.1 working with subversion 1.7.1 . My working copy has all been converted to the new 1.7 format.
I included the -J-DsvnClientAdapterFactory=commandline as recommended in this thread, but that only got the startup error message to go away.
Like noted in another post, subversion is still not working because it is displaying all files as new, however they are not new. This problem is for existing netbeans projects.
I think the problem may have to do with the fact that the new format for SVN 1.7 no longer creates .svn directories in all subdirectories, but only in the very top of the project.
Does Netbeans 7.0.1 support subversion 1.7? If so, where can I documentation on how to make it functional. What I can find on netbeans.org appears to be geared towards SVN 1.5 and 1.6 clients since it does not appear to work for the SVN 1.7 client.
Please advise! |
|
| Back to top |
|
 |
harrije
Joined: 24 Oct 2011 Posts: 22
|
Posted: Tue Oct 25, 2011 12:15 am Post subject: Netbeans Problems with SVN 1.7 client and working copy |
|
|
I previously posted in this thread problems I had using netbeans with an svn 1.7 working copy and client. I could start up netbeans after making the recommended netbeans.conf changes, however all files appear as new (or in some case do not appear to be under source control at all).
Based on info I found at: http://stackoverflow.com/questions/7798977/what-happens-to-netbeans , I was able to get netbeans working with svn by wiping out my working copy and checking it out afresh within netbeans.
As far as I can tell, the ability to Open an SVN Project In the IDE, as described at http://netbeans.org/kb/docs/ide/subversion.html#opening will not work at all.
I believe the contributors to the netbeans project are aware of the svn 1.7 issues and hopefully will have fixes soon (please by 7.2!?). |
|
| Back to top |
|
 |
gros_bidule
Joined: 22 Jun 2010 Posts: 215
|
Posted: Tue Oct 25, 2011 12:31 am Post subject: |
|
|
Hi,
you are crazy
Subversion 1.7 has been released after NetBeans 7.0.1 and the latest version of its SVN plugin.
You should stay in Subversion 1.6 (client and server) and wait for a NetBeans update, OR make some tests :
- backup your server
- backup your local projects
- backup NetBeans configuration
- and (only) after that, test NetBeans with SVN 1.7 |
|
| Back to top |
|
 |
Halvor Platou Posted via mailing list.
|
Posted: Tue Oct 25, 2011 8:08 am Post subject: Subversion 1.7 release but does not properly with netbean |
|
|
Using "-J-DsvnClientAdapterFactory=commandline" and setting Netbeans(7.0.1) to point to SlikSvn 1.7.0 on Windows 7 it all seems to work(including highlighting).
Halvor
-----Original Message-----
From: promiseofcake [mailto:address-removed]
Sent: 24. oktober 2011 22:17
To: address-removed
Subject: [nbusers] Subversion 1.7 release but does not properly with netbean
Netbeans stopped complaining when I added "-J-DsvnClientAdapterFactory=commandline", but my highlighting is gone.
I downloaded the latest 1.7 from CollabNet and set Netbeans to look for svn.exe there, but without the "-J-DsvnClientAdapterFactory=commandline", Netbeans is still complaining. With the "-J-DsvnClientAdapterFactory=commandline" added, it works but it seems to be checking against the remote repo rather than the .svn changes locally (and fails to highlight)
Netbeans 7.0.1 |
|
| Back to top |
|
 |
promiseofcake
Joined: 12 Aug 2011 Posts: 5
|
Posted: Mon Mar 12, 2012 7:21 pm Post subject: Re: Subversion 1.7 release but does not properly with netbean |
|
|
| Halvor Platou wrote: | Using "-J-DsvnClientAdapterFactory=commandline" and setting Netbeans(7.0.1) to point to SlikSvn 1.7.0 on Windows 7 it all seems to work(including highlighting).
Halvor
-----Original Message-----
From: promiseofcake [mailto:address-removed]
Sent: 24. oktober 2011 22:17
To: address-removed
Subject: [nbusers] Subversion 1.7 release but does not properly with netbean
Netbeans stopped complaining when I added "-J-DsvnClientAdapterFactory=commandline", but my highlighting is gone.
I downloaded the latest 1.7 from CollabNet and set Netbeans to look for svn.exe there, but without the "-J-DsvnClientAdapterFactory=commandline", Netbeans is still complaining. With the "-J-DsvnClientAdapterFactory=commandline" added, it works but it seems to be checking against the remote repo rather than the .svn changes locally (and fails to highlight)
Netbeans 7.0.1 |
Pure PHP highlighting seems to work fine but not html. I have a lot of pages .php which are html pages but using PHP elements, so need to be sent through the PHP processor. |
|
| Back to top |
|
 |
|