Properties are not reset after svn delete + svn add?
From: Rudolf Cejka <cejkar_at_fit.vutbr.cz>
Date: 2007-01-23 17:17:01 CET
Hello,
$ touch script.sh
$ svn add script.sh
$ svn commit -m "" script.sh
$ svn delete script.sh # Now file is deleted without a commit... (1)
$ touch script.sh # File is recreated and readded without...
$ svn commit -m "" script.sh # (2)
I tried the same situation with property added by hand (named "test"), but
PS: I'm not in the users@ list, so please do cc: to me too, thanks.
-- Rudolf Cejka <cejkar at fit.vutbr.cz> http://www.fit.vutbr.cz/~cejkar Brno University of Technology, Faculty of Information Technology Bozetechova 2, 612 66 Brno, Czech Republic --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Jan 23 17:26:06 2007 |
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.