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

Re: Re: troubles with svn:externals on TSVN 1.6.1 1.6.2

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 11 May 2009 16:10:46 -0400

On Mon, May 11, 2009 at 16:07, rb baker <far_at_ournonprofit.org> wrote:
> Hmmm, for the life of me I can't seem to figure out where i'm going wrong, here's my setting:
>
> svn propset svn:externals 'http://svnwebserver.mydomain.com/subversion/svnrepo/shared/class1/miscfunctions  miscfunctions_external'
>

svn propset needs a path to set the property on as the last argument.
If it's the current directory, try:

svn propset svn:externals
'http://svnwebserver.mydomain.com/subversion/svnrepo/shared/class1/miscfunctions
 miscfunctions_external' .

Note the "space period" at the end.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2196512

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-05-11 22:10:58 CEST

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

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