Am Mittwoch, 28. Juni 2006 18:51 schrieb Peter Valdemar Morch: > > That's wrong: $spool is managed by fsvs ONLY, it's used for internal > Oh, but if I comment out "svn co $repos $spool" I get > > An error occurred: No such file or directory (2) > in waa__init: stat() of waa-path '/var/spool/fsvs' failed. Does your > local storage area exist? > Version trunk:329 > > As I wrote, I also did try mkdir /var/spool/fsvs > it still didn't work.
This co is still wrong, mkdir-ing the directory is the way to go. What's the error message if you replace the svn co by mkdir? > > You probably mean "svn co $repos /dir", I guess? > NO!!! Remember, that I eventually want to keep track of /etc. I don't > want any .svn directories in /etc!!! I sure hope that is possible? > And I DEFINITELY don't want to create an emtpy /etc (for obvious > reasons) Sorry, I obviously was inattentive while reading your original mail. There is no point of chaching out or exporting anything from your repository in any case as you just created it - it just cannot contain any data. There's no need to invoke svn at all. > > That's wrong, you must "fsvs init $spool", not $repos. That's nonsense, of course, the "fsvs init $repos" you used is correct. > fsvs init /var/spool/fsvs > Are you sure about that? No, that's just plain wrong. I don't know what I was thinking about when I suggested that. However, a mistake you did was calling "fsvs init" in a directory other that the directory which should be managed. You need to cd to / to manage /dir and /skipme. See the attached script, a modified version of yours. As I'm not testing things as root and thus can't reate directories in system directories as "/", I made all tests relative to the current directory. > What I'm looking for is a complete example of how to keep track of /etc. See the attached file. Greetings, Gunter -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Thunder rolled. ... It rolled a six. -- (Terry Pratchett, Guards! Guards!) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + PGP-verschlüsselte Mails bevorzugt! + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
fsvstest
Description: application/shellscript
pgp58ATdgGFMA.pgp
Description: PGP signature
