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

Re: SVN Externals Cont'd

From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-08-31 21:53:18 CEST

Res Pons wrote:
> Ok, I see what I was doing wrong: propset is sorta like the set command
> in Win/*nix where it overwrites the previous values?
>
> So, do I have to be in the target directory (c:\ProjA/subfolder1>) to
> execute the command?
>
>> svn propedit svn: external -what goes here?--

The last argument to svn propedit is the path to the file or directory whose
propertied you want to edit.

So you could either be cd'ed into the directory you want and run

svn propedit svn:externals .

or be elsewhere and run

svn propedit svn:externals c:\ProjA\subfolder1

Regards,
Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 31 21:55:38 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.