You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Miguel Rentes <mi...@efacec.pt> on 2008/02/15 11:29:18 UTC

Changing repository access URL

Hi everyone!

I have a question regarding the access URL to a subversion repository. 
With svn info on my base dir I see that I'm using svn:// protocol:

Path: .
URL: svn://172.18.200.1/trunk
Repository Root: svn://172.18.200.1
Repository UUID: 987a1536-e542-0410-a9e9-b49eb25db03a
Revision: 80
Node Kind: directory
Schedule: normal
Last Changed Author: mlr
Last Changed Rev: 80
Last Changed Date: 2008-02-11 13:51:57 +0000 (Mon, 11 Feb 2008)

But what if I wanted to use http:// instead? Is there a simple way to 
change this access protocol, or do I need to do a full checkout again, 
but this time using http://?

Best regards,

-- 

Miguel Rentes
/Software Engineer/
EFACEC - Sistemas de Electronica, SA
/ID/GR/
*Address:*
Rua Eng. Frederico Ulrich apartado 3078
4471-907 Moreira da Maia - Portugal
*Phone: *+351 22 940 20 00 (DDI: 22 940 33 88)
*Fax: *+351 22 948 54 28
*Email: *miguel.rentes@efacec.pt <ma...@efacec.pt>
*Disclaimer* <http://efacec.pt/email.jpg>

Re: Changing repository access URL

Posted by Marc Haisenko <ha...@comdasys.com>.
On Friday 15 February 2008, Miguel Rentes wrote:
> Hi everyone!
> 
> I have a question regarding the access URL to a subversion repository. 
> With svn info on my base dir I see that I'm using svn:// protocol:
> 
> Path: .
> URL: svn://172.18.200.1/trunk
> Repository Root: svn://172.18.200.1
> Repository UUID: 987a1536-e542-0410-a9e9-b49eb25db03a
> Revision: 80
> Node Kind: directory
> Schedule: normal
> Last Changed Author: mlr
> Last Changed Rev: 80
> Last Changed Date: 2008-02-11 13:51:57 +0000 (Mon, 11 Feb 2008)
> 
> But what if I wanted to use http:// instead? Is there a simple way to 
> change this access protocol, or do I need to do a full checkout again, 
> but this time using http://?
> 
> Best regards,


Yes, "svn switch --relocate http://new.url"
Bye,
	Marc


-- 
Marc Haisenko

Comdasys AG
Rüdesheimer Str. 7
80686 München
Germany

Tel.: +49 (0)89 548 433 321

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Changing repository access URL

Posted by Andy Levy <an...@gmail.com>.
On Fri, Feb 15, 2008 at 6:29 AM, Miguel Rentes <mi...@efacec.pt> wrote:
>
>  Hi everyone!
>
>  I have a question regarding the access URL to a subversion repository. With
> svn info on my base dir I see that I'm using svn:// protocol:
>
>  Path: .
>  URL: svn://172.18.200.1/trunk
>  Repository Root: svn://172.18.200.1
>  Repository UUID: 987a1536-e542-0410-a9e9-b49eb25db03a
>  Revision: 80
>  Node Kind: directory
>  Schedule: normal
>  Last Changed Author: mlr
>  Last Changed Rev: 80
>  Last Changed Date: 2008-02-11 13:51:57 +0000 (Mon, 11 Feb 2008)
>
>  But what if I wanted to use http:// instead? Is there a simple way to
> change this access protocol, or do I need to do a full checkout again, but
> this time using http://?

See svn help switch

Assuming your repository is available via HTTP in the first place.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Changing repository access URL

Posted by Miguel Rentes <mi...@efacec.pt>.
Hi!

I did a:

svn switch --relocate svn://172.18.200.1/trunk 
http://172.18.200.1/scatex/13.0.0/trunk

and it worked fine. Thank you very much for the help =)

Best regards,


Miguel Rentes
> Hi everyone!
>
> I have a question regarding the access URL to a subversion repository. 
> With svn info on my base dir I see that I'm using svn:// protocol:
>
> Path: .
> URL: svn://172.18.200.1/trunk
> Repository Root: svn://172.18.200.1
> Repository UUID: 987a1536-e542-0410-a9e9-b49eb25db03a
> Revision: 80
> Node Kind: directory
> Schedule: normal
> Last Changed Author: mlr
> Last Changed Rev: 80
> Last Changed Date: 2008-02-11 13:51:57 +0000 (Mon, 11 Feb 2008)
>
> But what if I wanted to use http:// instead? Is there a simple way to 
> change this access protocol, or do I need to do a full checkout again, 
> but this time using http://?
>
> Best regards,
>
> -- 
>
> Miguel Rentes
> /Software Engineer/
> EFACEC - Sistemas de Electronica, SA
> /ID/GR/
> *Address:*
> Rua Eng. Frederico Ulrich apartado 3078
> 4471-907 Moreira da Maia - Portugal
> *Phone: *+351 22 940 20 00 (DDI: 22 940 33 88)
> *Fax: *+351 22 948 54 28
> *Email: *miguel.rentes@efacec.pt <ma...@efacec.pt>
> *Disclaimer* <http://efacec.pt/email.jpg>

-- 

Miguel Rentes
/Software Engineer/
EFACEC - Sistemas de Electronica, SA
/ID/GR/
*Address:*
Rua Eng. Frederico Ulrich apartado 3078
4471-907 Moreira da Maia - Portugal
*Phone: *+351 22 940 20 00 (DDI: 22 940 33 88)
*Fax: *+351 22 948 54 28
*Email: *miguel.rentes@efacec.pt <ma...@efacec.pt>
*Disclaimer* <http://efacec.pt/email.jpg>