Hello Bill! > The general process seems to be (given at three different prompts, in > sequence): > 1) Set the FSVS url > 2) Set any ignores > 3) Commit Yes.
> FSVS seemed to compile fine. I'm sitting on my home directory and try > to set the url with > > sudo /<path to fsvs>/fsvs urls http://<username>:<password>@<ip > address>/svn/Xfer/PBTest > > I received a No such file or directory (2). Using -v -d, I see a > message saying "url with url <my url> not found!". I created a test > directory and did a svn co <my url> and it checked out the repository > folder fine and svn up PBTest worked and updated/deleted files are they > were updated and deleted from my other workstation. I don't know if it > matters, but after the url message, there are two more: "inum for <my > path> is -1", and "found a free bit for <my path>:1" > > I've seen both fsvs urls and fsvs url and neither work. Well, FSVS needs two directories - /etc/fsvs, and /var/spool/fsvs for configuration and run-time data storage: http://fsvs.tigris.org/source/browse/*checkout*/fsvs/trunk/www/doxygen/html/group__waa__files.html You probably need to create these two. svn doesn't need them, as it spreads its data into the .svn directories. The message could probably be a bit better, so that the user can see *what* wasn't found. I'm hoping for a finished debian package any day now, so there's not much priority for me (and much more important is the copyfrom detection currently), but would _you_ like to send a patch for a "make install" target? 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]
