Hello Chris!

> I think I have a directory with a strange name.
>
>       When I try to commit, I get an error:
>
> # fsvs commit -m "2007-06-26-cmpatch upgrade"
> Committing to file:///media/fsvs
>
>
> An error occurred: Name does not refer to a filesystem directory
> (160016)
>   in ci__directory: open_directory
>
>       This is after counting more than 300K files.  I do an strace to
> see what file/directory it's trying to access, but that doesn't help
> (this is just the tail):
...
> Any ideas?
Please try
  # fsvs commit -d -m "2007-06-26-cmpatch upgrade"
and look at the end of the output. Maybe there's some UTF8-conversion
problem ...

The message itself says that fsvs wanted to open a directory in the
repository that doesn't exist. So it might be necessary to do a "fsvs
sync-repos" ...

Do you have many changes locally? If not, doing the sync-repos and looking
at the status output might be interesting - some path should be shown as
deleted (and possibly added with another name).


Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

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

Reply via email to