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

Re: servername alias at the client side

From: Peter Valdemar Mørch <nospam_at_morch.com>
Date: 2005-01-13 17:44:02 CET

Alexey Boroday wrote:
> [alias]
> local=http://localhost:8080/svn
>
> to make possible type in the command line
>
> svn co localhost/project1 wc
>
> and checkout from the http://localhost:8080/svn/project1 to working copy
Surely you mean "svn co local/project1 wc" here, right??? :-D
I don't think we can do this with vanilla subversion.

What I do is use environment variables like:
export repos=http://server:port/repos
in ~/.bashrc
and then

svn co $repos/project1 wc

to achieve what you want. (OK, so it's low-tech...)

> This communication is confidential and may be legally privileged.
> If you believe you are not an intended recipient, please inform the sender,
> delete the e-mail and do not copy, print or use it or disclose it to others.
> You can inform the sender by replying to this e-mail or by telephone (+380 44 4906080).

Can't you get rid of this junk when you send to a public mailing list?

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 13 17:48:34 2005

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.