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 16:28:43 2004