Apparently, Versions was using 1.4, but when you supplied the full path to svn, you used 1.5, which updated your WC to svn 1.5. So now, I guess you should go
svn switch --relocate http://usern...@somesvn:8080/path/to/repo http://usern...@somesvn/path/to/repo What this does is basically a search and replace in your svn info, so every time it finds the first pattern, it replaces it with the second. Then it does an svn update, synching you with the server with the new name. -Ray On Mon, Feb 2, 2009 at 3:48 PM, HdotNET <[email protected]> wrote: > > Hi Ray, > > Thanks for your prompt reply... > > So I opened Terminal and cd'ed to the working directory and ran the > command as specified (had to provide the full path to svn .../usr/ > local/bin/svn). > > Now I get this from Versions, and if I try to even look at the > repository, it pops up this: > > "This client is too old to work with working copy '/path/to/repos'; > please get a newer Subversion client" > > It offers to launch preferences and switch version to 1.4.6 to 1.5.4. > It then relanches. > > OPTIONS of 'http://usern...@somesvn:8080/path/to/repos': could not > connect to server (http://usern...@somesvn:8080/path/to/repos) > > Different error, same problem... (looks like) > > Any ideas? > > Regards > > Henry > > > On Feb 2, 8:20 pm, Ray <[email protected]> wrote: > > You need to do an svn switch --relocate on your working copy, from the > > command line because Versions doesn't support this yet: > > svn switch > --relocatehttp://somesvn:8080/path/to/reposhttp://somesvn/path/to/repos > > > > HTH, > > Ray > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" 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/versions?hl=en -~----------~----~----~----~------~----~------~--~---
