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

RE: Can my entire home directory become a subversion working copy?

From: Bob Archer <bob.archer_at_amsi.com>
Date: Wed, 14 Oct 2009 12:35:26 -0400

> The basic problem I addressed was how to replicate my dev environment
> on a lot of different boxes, both inside and outside a firewall.
> At the same time, this bunch of files is in constant development so I
> wanted them under subversion's control. My dev environment includes
> such things as zsh startup scripts, gnome rc's, email (procmail,
> fetchmail) startup files, etc. In other words, whatever I think I
> might need to feel comfortable on a new host. (In my case, this dev
> environment is cross-platform; I use it on linux, win7, bsd's, os x.)

We include all the tools and libraries needed to build/test our app. So our project folder has a build directory which contains the nant binaires. It includes 3rd PArty folder which includes the mbunit libraries and binaries to run the test. Everything is self contained in the svn project folder. There are a few exceptions. We don't include our IDE (Visual Studio) nor do we include SQL Server or DbGhost (a db change mangement tool). Those are expected to be on any dev's machine or build machine.

The idea here being any one that has a machine with the .Net framework can checkout and build using the build script and be able to run the app.

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2407637

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-14 18:36:40 CEST

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.