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

RE: Where is binary files should be placed?

From: Bax, Arjen <ABax_at_AEGON.NL>
Date: 2005-03-21 14:16:27 CET

oleksa borodie writes:

> Help me please I'm new with subversion. Where is binary files should
> be placed? I mean where is build output directory should be? Is there
> any common practice? I'm using MS Visual Studio.

In my projects, I create a subdirectory Link in the source directory and set
the property svn:ignore with value * on it:

svn mkdir Link
svn ps svn:ignore "*" Link

and instruct the compiler to place its object files in Link/

HTH,
Arjen Bax

-- 
Violence is the last refuge of the incompetent - Isaac Asimov
Received on Mon Mar 21 14:18:52 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.