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

Re: [Subclipse-users] how not to version binary files

From: Javier Kohen <jkohen_at_users.sourceforge.net>
Date: 2007-10-24 10:59:24 CEST

El mié, 24-10-2007 a las 14:20 +0530, allug4me allug4me escribió:
> Hi,
>
> I am using Subversion for versioning my C++ project.
> But I don't want to check in object files and executable files.
>
> In short I don't want binary files to be versioned.
>
> Is there any way in which I can accomplish this for my project?

I'm using CDT for my C++ projects with a pretty default configuration.
The resources in the binary folders do not get included in the set of
versionable resources by default. I don't have any SVN ignore properties
and I don't remember manually adding these resources to a global list.

If you are not using CDT, then you can either add the name extensions of
the binary resources you want to ignore to SVN's ignore property
(Subclipse makes this really easy from the resource's context menu), or
I think that you can also use a workspace-scoped list in Eclipse. The
former will be automatically shared with the other users of the project,
the latter probably would require more work to share.

Regards,

-- 
Javier Kohen <jkohen@users.sourceforge.net>
ICQ: blashyrkh #2361802
Jabber: jkohen@jabber.org

Received on Wed Oct 24 11:00:33 2007

This is an archived mail posted to the Subclipse Users mailing list.

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