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

Re: Propseting [SOLVED]

From: Patrick Nelson <pnelson_at_neatech.com>
Date: 2004-07-07 08:27:43 CEST

On Tue, 2004-07-06 at 23:06, Patrick Nelson wrote:
> FC1 with SVN v1.0.5
>
> I migrated my CVS repos over using the cvs2svn.py script which worked
> great. I checked out a module and did 2 property set commands:
>
> svn propset svn:keywords "Id" *
>
> and
>
> svn propset svn:executable gsalt test
>
> I used svn proplist to view the properties of the files and all files
> had svn:keywords and gsalt and test had svn:executable as well. The
> problem is that with the svn:executable seems to cancel out the
> svn:keywords property. After check in the gsalt and test file are
> executable but Id expansion only took place on the files that do not
> have the svn:executable set. Am I doing something wrong? I don't see
> anything in svn help propset that say you cant use them together. Any
> guidance would be appreciated.

I tried a setting a value to svn:executable like:

svn propset svn:executable 1 gsalt test
 -and then-
svn propset svn:keywords "Id" gsalt test

and this seems to work. I might have an old manual (draft 8581) so this
property might have changed. All appears to be working...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 7 08:28:03 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.