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

Re: svn:internals?

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-24 19:03:35 CEST

On Aug 24, 2006, at 16:00, Eric Lemes wrote:

> On 8/23/06, Peter Dulimov wrote:
>
>> Eric,
>>
>> look at the following link to see if it is like what you are
>> looking for....
>>
>> http://svn.haxx.se/users/archive-2006-08/0808.shtml
>>
>> Cheers,
>>
>> Peter.
>
> Hello Peter,
>
> I don't know if it's just an example or if there's a $REPO
> variable, but it didn't worked for me. When updating the
> "externals" dir, I got a "skipped".

Yes, it's just an example. You are meant to replace "$REPO" with
whatever your repository URL actually is. On my shell, I define the
variable REPO to be my repository URL, so that the given example
works. You can do the same to save some typing. For example if you
use the Bash shell, you can add this to your ~/.bash_profile:

export REPO=https://svn.example.com/svn

or wherever your repository actually is.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 24 19:08:44 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.