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

Re: Ignoring obj that are compiled but have been checked in (HOW?)

From: Kenneth Porter <shiva_at_sewingwitch.com>
Date: 2005-06-22 18:34:26 CEST

--On Tuesday, June 21, 2005 1:01 PM -0700 Karm may <karmmyth@yahoo.com>
wrote:

> In our subversion we check in our obj after a major
> release. We want to be able to compile the objs but
> tell subversion to ignore the objs so the directory
> that contains the objs are not marked as "modified".

Move the binaries to a different directory once you're ready to check them
in. Put that directory under version control. In the normal build directory
use "svn rm" to take the files out of version control (this also deletes
the working copy) and add them to svn:ignore for the containing directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 22 18:48:25 2005

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.