Hi,

I think I found a bug in fsvs 1.2.3, please confirm or confute it:

$ svnadmin create ~/svnr/repo1

$ mkdir etc{1,2}
$ ( cd etc1 && fsvs url
name:repo1,prio:10,target:HEAD,ro:0,file:///root/svnr/repo1 )
$ ( cd etc2 && fsvs url
name:repo1,prio:10,target:HEAD,ro:0,file:///root/svnr/repo1 )

etc1$ echo data >testfile1 && fsvs ci -m 1st
N...         5   testfile1
committed revision      1 on 2011-05-11T16:56:36.772102Z as root

etc2$ fsvs rem
N...         0   testfile1
..C.       dir   .
Remote-status against revision  1.
etc2$ echo data >testfile2 && fsvs ci -m 2nd
N...         5         - testfile2
committed revision      2 on 2011-05-11T16:58:13.221447Z as root
etc2$ ls
testfile2
etc2$ fsvs rem
Remote-status against revision  2.
* hey, where's testfile1? *

I tried everything to get testfile1 into etc2 with fsvs, but I can't,
fsvs in etc2 totally ignores if testfile1 exists in the repository.
This problem affects every changes, not only newly created files.

$ svn ls -v file:///root/svnr/repo1/
      2 root                  May 11 18:58 ./
      1 root                5 May 11 18:56 testfile1
      2 root                5 May 11 18:58 testfile2


--
 Roland Pallai

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

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

Reply via email to