| View previous topic :: View next topic |
| Author |
Message |
sudarshan
Joined: 21 Sep 2009 Posts: 3
|
Posted: Mon Sep 21, 2009 2:30 am Post subject: Netbeans 6.7.1 with Subversion 1.6.5 on Mac OS X Leopard |
|
|
Hi,
Like the title says, I am using Netbeans 6.7.1 with Subversion 1.6.5 on a Mac. However, whatever SVN command I try (including update, commit, show diff etc) I always get a dialog that says SVN Command Failed. It says:
| Code: |
This client is too old to work with working copy '...'; please get a newer Subversion client
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.
|
I installed subversion using Macports and I have the most updated copy. So, I am exactly sure what is wrong here.
Any help is appreciated.
Thanks.[/code] |
|
| Back to top |
|
 |
greenone
Joined: 21 Sep 2009 Posts: 8 Location: Germany
|
Posted: Mon Sep 21, 2009 8:33 am Post subject: |
|
|
I have a similar setup - which is working:
mac os 10.6.1, netbeans 6.7.1, svn 1.6.2
is the subversion plugin even using the system-svn or does it have its own binary? |
|
| Back to top |
|
 |
sudarshan
Joined: 21 Sep 2009 Posts: 3
|
Posted: Mon Sep 21, 2009 2:38 pm Post subject: |
|
|
| greenone wrote: | I have a similar setup - which is working:
mac os 10.6.1, netbeans 6.7.1, svn 1.6.2
is the subversion plugin even using the system-svn or does it have its own binary? |
I am not sure. How do I check?
Thanks. |
|
| Back to top |
|
 |
greenone
Joined: 21 Sep 2009 Posts: 8 Location: Germany
|
Posted: Tue Sep 22, 2009 9:14 am Post subject: |
|
|
so its using the systems subversion client
http://wiki.netbeans.org/FaqSubversionRequirements
maybe macports missed to set the required paths. i'm no expert but i used fink and had similar problems ...
to test open your console and type
svn --version
is it really 1.6.5 ? |
|
| Back to top |
|
 |
sudarshan
Joined: 21 Sep 2009 Posts: 3
|
Posted: Thu Oct 01, 2009 6:50 pm Post subject: |
|
|
| greenone wrote: | so its using the systems subversion client
http://wiki.netbeans.org/FaqSubversionRequirements
maybe macports missed to set the required paths. i'm no expert but i used fink and had similar problems ...
to test open your console and type
svn --version
is it really 1.6.5 ? |
Hi,
Sorry for the really late reply, but I got caught up with something else. As far as I can tell, I am using Subversion version 1.6.5. Here is what I get when I check the version:
| Code: | svn, version 1.6.5 (r38866)
compiled Aug 24 2009, 16:47:03
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- handles 'http' scheme
- handles 'https' scheme
| [/code] |
|
| Back to top |
|
 |
stoto
Joined: 04 Nov 2009 Posts: 1
|
Posted: Wed Nov 04, 2009 7:15 pm Post subject: error |
|
|
I got the same error. I have downloaded the newest 6.7.1 netbeans and i have the following svn version:
$ svn --version
svn, version 1.6.5 (r38866)
compiled Oct 10 2009, 01:24:40
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
and i still have the problem. |
|
| Back to top |
|
 |
greenone
Joined: 21 Sep 2009 Posts: 8 Location: Germany
|
Posted: Fri Nov 06, 2009 10:18 am Post subject: |
|
|
maybe you two should then try also 1.6.2?
i don't know how to downgrade though... |
|
| Back to top |
|
 |
|