>-----Original Message----- >From: Philipp Marek [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 26, 2007 2:15 PM >To: [email protected] >Cc: Worley, Chris B >Subject: Re: Invalid or incomplete multibyte or wide character > >On Dienstag, 26. Juni 2007 Worley, Chris B wrote: >> >> It is strange that >> >> even when "ignored" the file names show up during "commit". >> > >> >They shouldn't. Are you sure that you ignored them correctly? >> >> I'm never sure I'm doing anything correctly ;) >> >> I used both: >> >> # fsvs ignore "./roots/*/var/log/*" >> # fsvs ignore ./roots/2/var/log/* >Please note that the shell expands the "*" - so you'll have a list of >currently existing files that will get ignored, not *every* possibly existing >file in the future!
Yes, I actually did the commands in the opposite order, having figured out the command line expansion after trying the unquoted version. There was no way to "unignore" all the expansions. > >> ...and my dump looks like: >> >> # fsvs ignore dump >> ... >> ./roots/2/var/log/messages >> ... >> ./roots/*/var/log/* >> >> ...and my commit looks like: >> >> # fsvs commit -m "test" >> ... >> .mC. 13786 ./roots/2/var/log/messages >> ... >I think your problem is that they're already registered for versioning, so >they'll not be ignored anymore. > >Take a look at "fsvs unversion". Got it. Thanks. > > >> Note that I never did an "fsvs init"... the README " How is it used?" >> section didn't contain one... I didn't see the "init" command until I >> read the "USAGE". >There's no init anymore. Where did you see it? In the "doc/USAGE" file. Thanks again, Chris > > >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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
