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

copies of include files

From: Mage <mage_at_mage.hu>
Date: 2005-01-19 00:51:39 CET

I have an "include" folder which I would like to use with many of my php
projects. Every copy of this folder and its content must be same.
Merging after updating a copy of this folder won't work because I have
to do it manually. I can forget one or two copies to be merged and
things go chaotic.

Symlink isn't good because the projects must be work standalone.

My only idea is this:

svn checkout url://php/project1
cd project1
svn checkout url://php/include
cd ..
svn checkout url://php/project2
cd project2
svn checkout url://php/include
cd ../project1/include
nano include_a.php
svn commit
cd ../../project2/include
svn update

But if I use svn status outside of include folder, I only see a '?'. (I
know why).
And of course I have to checkout / export every project in 3 steps
instead of 1.

Anyone can help?

       Mage

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 19 01:24:20 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.