Here is what I have in my Subversion config file, which I've accumulated across Windows and Linux -

global-ignores = .cvsignore ~$* ~*.tmp *.*~ thumbs.db Thumbs.db *.log .project .classpath .settings target nohup.out build.txt

Notice the "build.txt", which I have because I like to pipe the build out to a file so I can go back to look at any failed steps, like -
        mvn install | tee build.txt

BTW - Please use the other suggested Apache config settings at -

http://cwiki.apache.org/GMOxKB/how-do-i-setup-my-svn-client-for-commits.html

Note: You have to add these into TortoiseSVN and the command line svn config file, if you use both....


-Donald


Jason Dillon wrote:
Configure your local svn ignores in ~/.subversion/config under the 'global-ignores' property.

--jason


On Apr 11, 2008, at 12:47 AM, Vasily Zakharov wrote:

Well, I'm using TortoiseSVN and it always considers those files to be
added to the repository when I'm going to create a patch.
This obstructs a create patch/commit dialog with a lot of unneeded
entries, and increases the working copy scan time.

In fact, I wouldn't raise this issue if I don't see that many other
'target' and 'build' directories are put to svn:ignore lists, while
some are not.

Vasily


On Thu, Apr 10, 2008 at 7:18 PM, Jason Warner <[EMAIL PROTECTED]> wrote:
Hi Vasily,

What do you mean by getting in the way? I've never had issues with this.
What behavior are you seeing?

~Jason Warner



On Thu, Apr 10, 2008 at 1:15 PM, Vasily Zakharov <[EMAIL PROTECTED]> wrote:

When trying to create a patch in an already-built environment, a lot
of build-generated directories get in the way.
Probably they need to be added to the corresponding SVN ignore lists.

I've created a GERONIMO-3957 for that, and provided patches for trunk,
branches/2.1, branches/2.0 and tags/2.1.0.

I hope it would be useful.

Vasily




--
~Jason Warner


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to