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

propset, revert - Is this the expected behavior

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2005-02-14 11:19:17 CET

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

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.