We create folders on daily basis.
We have thousands of folders.
I have hundreds of users all around the world. I want that non of them
will ever commit "thumbs.db" will I have to do it separately for every
user at every folder, that sounds really bad idea :)
-----Original Message-----
From: Robert Graf-Waczenski [mailto:rgw_at_lsoft.com]
Sent: Thursday, January 08, 2009 2:45 PM
To: users_at_subversion.tigris.org
Subject: Re: pre-commit example
That's not what you want. Instead you should look into how to configure
subversion to ignore certain file patterns on the client side. This will
cause your working copy to not even list files like "thumbs.db" as
version-controlled. And since they are not version-controlled, they are
not included during commit.
Robert
Ilan Yaniv wrote:
>
> Hi
>
> I guess more then one of you guys have a pre-commit script maybe bat
> or perl so I can also read that...
>
> That will not commit certain files like "thumbs.db".
>
> If the hook will find that there is a file like that, it will be
> removed from the commit, so the commit will complete, but without that
> file.
>
> Thanks
>
> ***Ilan Yaniv*
>
> Configuration Management
>
> Phone: 03-7534333 ext. 5873
>
> _Ilan.Yaniv_at_timetoknow.org_ <mailto:Ilan.Yaniv_at_timetoknow.org>
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageI
d=1011683
To unsubscribe from this discussion, e-mail:
[users-unsubscribe_at_subversion.tigris.org].
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1011708
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-08 14:32:25 CET