Hello Thomas!

> Hmm, I thought I had this figured out, but the solution eludes me.
>
> I have the following directories under /usr/share, but I only want to
> version "selinux" and "spamassassin".
>
> ...
> /usr/share/samba
> /usr/share/sane
> /usr/share/screen
> /usr/share/scrollkeeper
> /usr/share/selinux
> /usr/share/setools
> /usr/share/setroubleshoot
> /usr/share/sgml
> /usr/share/shorewall
> /usr/share/shorewall-perl
> ...
>
> I've tried a bunch of different take/ignore combinations, but fsvs won't
> pickup the folders under /usr/share as needing to be versioned.
>
> group:take,./usr/share
> group:take,./usr/share/selinux
> group:take,./usr/share/spamassassin
> group:ignore,./usr/share/**

Just use
  group:take,./usr/share/selinux
  group:take,./usr/share/spamassassin
  group:ignore,./usr/share/**

and provide the starting points via
  fsvs add /usr/share/selinux /usr/share/spamassassin


Regards,

Phil

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

------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2423225

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to