On Apr 1, 2009, at 5:53 PM, Jonathan Lundell wrote: > On Apr 1, 2009, at 3:46 PM, Bill Hernandez wrote: > >> When I try any operation on an existing repository, BBEdit becomes >> unhappy... >> >> I just installed SubVersion this weekend, so I am not sure why the >> error message ? >> >> Any ideas ? > > I think that BBEdit is using /usr/bin/svn, and if you try /usr/bin/svn > --version you'll maybe see 1.4.4.
Jonathan , You were right... [2009.01.04](06:13PM) -> [roscoe] ~ $ /usr/bin/svn --version svn, version 1.4.4 (r25188) compiled Sep 23 2007, 22:32:34 Copyright (C) 2000-2006 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_dav : Module for accessing a repository via WebDAV (DeltaV) protocol. - handles 'http' scheme - handles 'https' scheme * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme This FIXED it for me... [2009.01.04](06:13PM) -> [roscoe] ~ $ sudo mv /usr/bin/svn /usr/bin/ svn_144 Password: [2009.01.04](06:14PM) -> [roscoe] ~ $ which svn /opt/local/bin/svn [2009.01.04](06:14PM) -> [roscoe] ~ $ sudo ln -s /opt/local/bin/svn / usr/bin/svn [2009.01.04](06:15PM) -> [roscoe] ~ $ BBEdit is very happy now, and SVN works... Thanks again !!! Bill Hernandez Plano, Texas >> ### Wednesday, April 1, 2009 5:40:13 PM >> >> Retrieving Revision Contents >> >> svn: This client is too old to work with working copy '/Users/roscoe/ >> workspace/MVC_Project/local_includes/classes/form'; please get a >> newer >> Subversion client >> >> I pulled up the terminal, and checked the svn version >> >> [2009.01.04](05:42PM) -> [roscoe] ~ $ svn --version >> svn, version 1.6.0 (r36650) >> compiled Mar 31 2009, 01:19:07 >> >> 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 >> >> [2009.01.04](05:42PM) -> [roscoe] ~ $ >> >> Bill Hernandez >> Plano, Texas > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a specific feature request or would like to report a suspected (or confirmed) problem with the software, please email to "[email protected]" rather than posting to the group. -~----------~----~----~----~------~----~------~--~---
