Ph. Marek wrote, On 07/03/07 02:50:
09:03:05.182 up__parse_prop[update.c:183] marking mtime
"2007-03-06T14:00:03.000000Z" to Tue Mar  6 09:02:14 2007
I assume you're GMT-5.

Don't you have r703?
http://fsvs.tigris.org/source/browse/fsvs/trunk/fsvs/src/update.c?rev=703&r1=699&r2=703

No more problem with diff or run-tests 023 with FSVS 1.1.0.

Now... I have tried the sync-repos command...

$ cd /tmp
$ mkdir fsvs-test-wc
$ mkdir fsvs-test-waa
$ svnadmin create fsvs-test-repos
$ export WAA=/tmp/fsvs-test-waa
$ cd fsvs-test-wc/
$ fsvs urls file:///tmp/fsvs-test-repos/
$ fsvs st
.m..      4096  .
$ echo 'Hello World!' > test.txt
$ fsvs st
N...        13  ./test.txt
.mC.      4096  .
$ fsvs commit -m "commit 1"
Committing to file:///tmp/fsvs-test-repos
N...        13  ./test.txt
committed revision      1 on 2007-03-07T14:15:50.415373Z as webmaster
$ fsvs st
$ echo 'Hello world!' > test.txt
$ fsvs st
.m..      4096  .
.m.?        13  ./test.txt
$ fsvs diff test.txt
--- ./test.txt          Rev. 1          (Wed Mar  7 09:15:20 2007)
+++ ./test.txt          Local version   (Wed Mar  7 09:16:34 2007)
@@ -1 +1 @@
-Hello World!
+Hello world!
$ mv /tmp/fsvs-test-waa /tmp/fsvs-test-waa~
$ mkdir /tmp/fsvs-test-waa
$ fsvs info


An error occurred: No such file or directory (2)
 in info__work: Couldn't find a working copy with matching base.
FSVS (licensed under the GPLv2), (C) by Ph. Marek; version trunk:677
$ fsvs urls file:///tmp/fsvs-test-repos/
$ fsvs info
No tree information available. Did you commit?
$ fsvs sync-repos
NmC. 0 .mC. 0 .
Sync-repos to revision  1.
$ fsvs info
....      4096  .
       Type:           directory
       URL:            file:///tmp/fsvs-test-repos/
       Status:         0x0 (unmodified)
       Flags:          0x0 (none)
       Dev:            64772
       Inode:          16387
       Mode:           040775
       UID/GID:        700 (webmaster)/700 (webmaster)
       MTime:          Wed Mar  7 09:16:52 2007
       CTime:          Wed Mar  7 09:16:52 2007
WAA-Path: /tmp/fsvs-test-waa/5a/b8/caa10538a87aff49fe6f19370d6c/
       Revision:       1
       Size:           4096
$ fsvs st <returns nothing>
$ fsvs remote-status
.m..      4096  .
Remote-status against revision  1.

$ cat test.txt
Hello world!
$ svn cat  file:///tmp/fsvs-test-repos/test.txt
Hello World!

I would expect test.txt to be reported as Changed... am I missing something?

Ben.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to