[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: GIT/Perforce like .svnignore

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 28 Nov 2019 12:26:57 -0700

On Wed, Nov 27, 2019 at 12:25:06PM +0100, Krzysztof Siewiorek wrote:
> Hi! We&#39;ve started to move from Perforce to SVN in my company for some reasons. We moved quite a few big projects that we have or we had been working in the past. Working with perforce for years gave us quite a big and precise ignore rules list. The problem is that SVN&#39;s approach to that does not quite scale up and also makes managing ignored files a pain - especially when working on many projects in same time. I was trying to dig for some piece of information, why actually SVN doesn&#39;t have implemented something simillar to GIT&#39;s or Perforce&#39;s ignore file that contains extended rules including full directories in the rules, !mark to not apply the rules for some files/dir, and so on. I would love to hear what&#39;s the official statement on that problem. I see that there is quite a few people out there struggling with the same issues. Usually everybody end up with something like own .svnignore file, small app and a bunch of hooks triggered all the time. Thanks in advance! Krzysztof
Siewiorek-Pieniążek

You provide no information about which version of SVN you are using,
and how you are currently using SVN ignores. Since it is unclear why
you are having problems it is impossible to provide advice.
If you provided some concrete examples of issues you are running into
perhaps we could suggest some ideas.

Are you already taking advantage of features which were added relatively
recently, such as the svn:global-ignores property, which is inheritable?
See http://subversion.apache.org/docs/release-notes/1.8.html#repos-dictated-config
Received on 2019-11-28 20:27:34 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.