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

Re: Bash URL completion

From: Michael McDaniel <subv5_at_autosys.us>
Date: 2004-03-13 05:50:42 CET

I use an environment variable for the base path.

NT client

---
D:\misc\src> set foo=svn+ssh://192.168.0.34/var/svn
D:\misc\src> svn checkout %foo%/test1
A test1\f1.c
A test1\f2.c
...
Checked out revision 7.
Linux client (bash shell)
---
$ cd ~/misc/src
$ export foo=svn+ssh://192.168.0.34/var/svn
$ svn checkout ${foo}/test1
A test1/f1.c
A test1/f2.c
...
Checked out revision 7.
(probably want the variables in a config file, though, rather than typing 
 on the command line)
~Michael
On Fri, 12 Mar 2004, Simon McClenahan wrote:
> Date: Fri, 12 Mar 2004 10:06:44 -0600
> From: Simon McClenahan <smcclenahan@healthcompartners.com>
> To: "Subversion Users (E-mail)" <users@subversion.tigris.org>
> Subject: Bash URL completion
> 
> Has anyone figured out how to do Subversion URL completion in bash (or any other shell)? That would make users quite happy when the hierarchy gets a bit deep, especially when using file system based URL's (file:// and svn+ssh://)
> 
> - Simon
> 
> --------------------------
> NOTE:  This message and any included attachments are from HealthCom Partners, LLC and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 
> 
> 
> 
> 
---
http://autosys.us  http://autosys.us/blog/  http://oregonprivacy.org  
!DSPAM:40529328107301920416770!
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 13 06:01:17 2004

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.