RE: general questions
From: John Maher <JohnM_at_rotair.com>
Date: Tue, 11 Sep 2012 09:38:51 -0400
Thanks Mark!!! That might be exactly what I was looking for. Now I have an unusual question I don't know if anyone knows the answer. I may just try it anyway. What happens if I have more ignores than I need. Will it hurt performance much? For example, my setup looks like this:
Reporitory/Project1
Reporitory/Project1/bin
Reporitory/Project1/Graphics
Reporitory/Project1/My Project
Reporitory/Project1/obj
Reporitory/Project1/sql
Reporitory/Project2
Reporitory/Project44
What if I set this property recursively "svn:ignore *.sou *proj.user bin obj"? I know it will get applied to many directories unnecessarily. For example, only the top level directory (Project1) will contain any *.sou files. The ignore will get applied everywhere, even where it is not needed. Can this cause any major issues? I like the idea of entering the property once. Although I can go down the line and paste the property where it is supposed to go. Is it worth the extra effort?
That is what I was looking for Mark, thanks.
John
________________________________
From: Mark Phippard [mailto:markphip_at_gmail.com]
On Tue, Sep 11, 2012 at 8:32 AM, John Maher <JohnM_at_rotair.com> wrote:
On our server we have 21 repositories. One of those repositories contains 44 projects (dlls). Each project needs the svn:ignore property set.
You can set properties using TortoiseSVN:
You can also set properties on folders recursively. The problem with doing this for svn:ignore is that it is a multi-line property and it would be fairly uncommon to want an identical property value for every folder. If that is what you want, setting it would be very easy to do.
-- Thanks Mark Phippard http://markphip.blogspot.com/Received on 2012-09-11 15:40:59 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.