Hi ppl,
Could someone validate the following for me and tell me if this is the
expected behavior...
The following commands in short :
propset, propdel, revert : sets the property back on to the file
propdel, propset, revert : does NOT delete the property from the file.
The sequence as I saw it.....
[madan@madan mod1]$ svn proplist mod1two.c
[madan@madan mod1]$ svn propset svn:keywords "Rev" mod1two.c
property 'svn:keywords' set on 'mod1two.c'
[madan@madan mod1]$ svn proplist mod1two.c
Properties on 'mod1two.c':
svn:keywords
[madan@madan mod1]$ svn propdel svn:keywords mod1two.c
property 'svn:keywords' deleted from 'mod1two.c'.
[madan@madan mod1]$ svn revert mod1two.c
Reverted 'mod1two.c'
[madan@madan mod1]$ svn proplist mod1two.c
Properties on 'mod1two.c':
svn:keywords
[madan@madan mod1]$
----------------------------------------------------------------------------------------------
[madan@madan mod1]$ svn propdel svn:keywords mod1two.c
property 'svn:keywords' deleted from 'mod1two.c'.
[madan@madan mod1]$ svn proplist mod1two.c
[madan@madan mod1]$ svn propset svn:keywords "Rev" mod1two.c
property 'svn:keywords' set on 'mod1two.c'
[madan@madan mod1]$ svn proplist mod1two.c
Properties on 'mod1two.c':
svn:keywords
[madan@madan mod1]$ svn revert mod1two.c
[madan@madan mod1]$ svn proplist mod1two.c
Properties on 'mod1two.c':
svn:keywords
[madan@madan mod1]$
--------------------------------------------------------------------------------------------------------------
Regards,
Madan.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 14 11:14:47 2005