Hi!

Love the new group enhancements in last fsvs. However I encountered a
nasty bug: if I commit a file explicitly by name, its auto-prop will *NOT*
be assigned (see transcript below). Using fsvs 1.2.3 as found in Debian.
I have not tested 1.2.4 yet, but based on the changelog this probably has
not been fixed.

Cheers!

root@Konijn:/# mkdir fsvstest

root@Konijn:/# fsvs status fsvstest/
N...       dir  /fsvstest

root@Konijn:/# fsvs commit fsvstest/ -m "test dir"
Committing to file:///mnt/konijn/fsvs_konijn/trunk
N...       dir  /fsvstest
committed revision31 on 2012-07-10T10:18:09.391302Z as root

root@Konijn:/# echo secret_picked_up_by_default > fsvstest/foo

root@Konijn:/# chmod 640 fsvstest/foo

root@Konijn:/# fsvs commit fsvstest/ -m "default pickup"
Committing to file:///mnt/konijn/fsvs_konijn/trunk
.mC.       dir  /fsvstest
N...        28  /fsvstest/foo
committed revision32 on 2012-07-10T10:19:16.423148Z as root

root@Konijn:/# svn cat file:///mnt/konijn/fsvs_konijn/trunk/fsvstest/foo
-----BEGIN PGP MESSAGE-----
Version: GnuPG v1.4.10 (GNU/Linux)

hQIMA1eNFJvcJ0DiARAAot16msaaZmEmHZ8W7xKbMZdzjxyks5ayVkjUDpwpNIYm
VFSGJ8b42ublsrXlA1lVuUjGQ+rYAbIihIrz2a2f10SuJvT2sVfrRa5uyZ049ZLe
Mwh3mqxzvIO5BdDJX/a7Jt+A0ApLW6BWMp9sY4v7iV6P+XQLRwdEJhXLTCga65I2
LF+i5OHRq0G9Z2Yy+hJkJgyVfrcKkUYl1vTZvIhYgGW4inqh/MZX7Lh1ToayMxwE
J6TIX4LYBGLhwdIcNjBpiy5xhN39t1bQzad2g0iCwO3AMEzg8I5vtaWAATLZGf0u
eIG01Mi7EYLgPS6xirNoYd5tF88pxMlvTbZG2topue8m5Hb9WovwcAwo8Uu6HrPi
faMEMJbMm1MBjhEaHfQ2D+2W5TCk7AEbRmGU7akJtf8T2Xh8FnLvCYogeZn0+xXj
wqHSmCPANxJWXJWw8XCb1mKzeL4rF6hVkXE/i3KNgQWgLqE/zN89OQUasowISeCb
BDijYzdX/GKVvbaBUO6xZOBJ45eDsn/aOy0dPNPWpnYjxzGSCz7RwPP5vA71pdmf
YDEqQDLRIQwS43JF6AOpKEatualwyzOEABBxxbJNDkGnBWjsOtN2XY4JtFdp5b/g
LHQe8ijjkZVA+SR0I04oSH3zdAIcqdX1X9qb6tT8Hm4JF6DX+KW5fj9FPF0aaNrS
VwG7yUekXRY6EJRRI0+wIiVC79XHYjdfxnQ5Ky9HcEzCH2bDHMe78PFoy3YGTdBU
+hc41uiUPEjq07rMIGuaOKWMdKNK1sHt5NJhj5PmgSn0TebA9NJdaQ==
=q2np
-----END PGP MESSAGE-----

root@Konijn:/# echo secret_explicitly_committed > fsvstest/bar

root@Konijn:/# chmod 640 fsvstest/bar

root@Konijn:/# fsvs commit fsvstest/bar -m "explicit file path"
Committing to file:///mnt/konijn/fsvs_konijn/trunk
N...        28  /fsvstest/bar
committed revision33 on 2012-07-10T10:20:10.469979Z as root

root@Konijn:/# fsvs status fsvstest/
.m..       dir  /fsvstest

root@Konijn:/# svn cat file:///mnt/konijn/fsvs_konijn/trunk/fsvstest/bar
secret_explicitly_committed

^^^ OUCH OUCH OUCH!!!

------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2981798

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to