You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Den Varaksin <d....@compassplus.ru> on 2004/07/23 10:51:21 UTC

Subversion filter?

Hello!

Situation 1
There is a catalogue in repository for example with 1000 files.
Each of users works only with the set of files (for example, 50) and don't want to see
superfluous 950 files in his working copy.

Situation 2
There is a crossplatform project. Besides the general files (for Windows, Linux, Sun...) there are the files
belonging to a concrete platform (for example, makefiles for Linux).
But  Windows users do not want to see files for Sun, Linux and others.

Possible solution
Users can create group of files using properties (for example, non-windows, non-linux, my_files).
I create a program which reads properties of all files in
a working copy and deletes files that satisfy filter.

But can be there are other variants?

Thanks
Den

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org