This is correct. You can view the URL the working copy points to with the 
inspector (Information tab) inside Versions, or by typing `svn info` in 
Terminal while inside the working copy directory.

Versions doesn't yet have the ability to perform a `svn switch` operations, but 
changing the URL for a working copy is pretty easy. For example:

$ svn switch --relocate    http://oldserverip/path     http://newserverip/path  
   /path/to/working/copy

Hope that helps,
  - Quinn

On May 19, 2010, at 9:45 AM, Rob Rye wrote:

> So far as I know this is because the working copy itself is pointing to the 
> old location (inside those mysterious .svn folders).
> 
> I don't know if Versions actually has the capacity to do "svn switch"
> 
> I have always done this sort of thing on the command line using the command 
> svn switch:
> 
> See
> 
> http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.switch.html
> 
> for the syntax and method of execution.
> 
> Rob
> On May 17, 2010, at 3:48 PM, cperkins wrote:
> 
>> Under my bookmarks menu I have a repository with several
>> subdirectories.  Our SVN repository was moved to a new location today
>> and has a new IP.
>> 
>> I used "Edit Bookmark" to edit the main repository and have entered in
>> the new IP address and username and password. It seems to connect
>> fine.
>> 
>> But when I click one of my subdirectories and try to commit them, they
>> try to connect to the old IP address, not the new.  How do I update
>> these directories to use the address of the parent repository?
>> 
>> Thanks,
>> 
>> Chris
>> 
>> -- 
>> 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.
>> 
> 
> -- 
> 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.
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to