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

Propseting

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

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.
 

---------------------------------------------------------------------
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:06:23 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.