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

RE: set svn:ignore on all unversioned files

From: Srilakshmanan, Lakshman <lakshman.srilakshmanan_at_police.vic.gov.au>
Date: 2007-10-18 04:26:12 CEST

Hi Eric
 
I believe you may be able to do the following

svn propset svn:ignore *.obj

Thanks
Lakshman
-----Original Message-----
From: eric [mailto:spamsink42@gmail.com]
Sent: Thursday, 18 October 2007 4:30 AM
To: users@subversion.tigris.org
Subject: set svn:ignore on all unversioned files

Hello,

How do I tell subversion to ignore all unversioned files in the working
copy?

I import a source code tree. Then I check out the new code and run a
build. Then I run 'svn status' and it shows hundreds of ? files. I
haven't changed any versioned files, all of these unversioned files are
incidental files from the build and should be ignored. The only way I
know to ignore them is to do...

svn propedit svn:ignore [directory]

... for every directory in the tree, each time adding in the list of
unversioned files in that directory.

What I want to do is to cd to the root of the source tree and issue some
command that tells svn to update the repository such that every
unversioned file in the working copy is ignored, how do I do that?

Thanks,
Eric

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

================================================================================================
EMAIL DISCLAIMER

This email and any attachments are confidential. They may also be subject to copyright.

If you are not an intended recipient of this email please immediately contact us by replying
to this email and then delete this email.

You must not read, use, copy, retain, forward or disclose this email or any attachment.

We do not accept any liability arising from or in connection with unauthorised use or disclosure
of the information contained in this email or any attachment.

We make reasonable efforts to protect against computer viruses but we do not accept liability
for any liability, loss or damage caused by any computer virus contained in this email.
================================================================================================

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 18 04:26:12 2007

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.