You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Karm may <ka...@yahoo.com> on 2005/06/21 20:01:19 UTC

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

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". 
svn:ignore tells svn to ignore the files but if they
are modified then they show up as modified.  I don't
want them to show up as modified.

Thanx in advance


		
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com

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

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

Posted by Frank Gruman <fg...@verizon.net>.
Were the files ever checked into Subversion before you added the 
svn:ignore property?

If so, you may have to delete them from your working copy, commit, and 
then you should be able to re-add them without version control.

If there are other developers as well, you will have to make sure they 
update to the deleted revision (let subversion remove that file from 
their working copies) before you add it back.

Hope that helps.

Regards,
Frank

Karm may 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". 
>svn:ignore tells svn to ignore the files but if they
>are modified then they show up as modified.  I don't
>want them to show up as modified.
>
>Thanx in advance
>
>
>		
>____________________________________________________ 
>Yahoo! Sports 
>Rekindle the Rivalries. Sign up for Fantasy Football 
>http://football.fantasysports.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>  
>

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

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

Posted by Kenneth Porter <sh...@sewingwitch.com>.
--On Tuesday, June 21, 2005 1:01 PM -0700 Karm may <ka...@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