[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion repository URLs schema

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-06 17:42:58 CEST

On Jul 6, 2006, at 17:26, alex wrote:

> Hello gentlemen,
> I recently begon use Subversion and want thank you very much for
> useful
> and convenient tool. But after i read documentation and tested some
> things
> i have one question.
> Can i change repository URLs schema for my local working copy
> after i
> made checkout? F.e. i run:
>
> svn co svn://localhost/repos/project1
>
> and then i want to use http-schema:
>
> svn co http://localhost/repos/project1
>
> Now i get:
>
> svn: 'http://localhost/repos/project1' is not a working copy

Yes:

You can relocate your working copy to the new URL.

cd local/path/to/working/copy
svn switch --relocate svn http

See "svn help switch" or http://svnbook.org for more info.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 6 17:45:33 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.