This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: future gfortran development and subversion


On Thu, 2005-10-20 at 07:25 -0700, Steve Kargl wrote:
> On Thu, Oct 20, 2005 at 02:47:19PM +0200, Florian Weimer wrote:
> > * Daniel Berlin:
> > 
> > > You could simply do non-recursive checkouts (svn co -N) of the dirs you
> > > want.
> > > SVN doesn't care how you piece together the working copy.
> > 
> > Doesn't "commit -N" cause the working copy to become fragmented, so
> > that you cannot issue a working-copy-wide commit or diff anymore?
> 
> yes.
> 

I actually forgot the dumbest and easiest solution, that works fine,
that is, to use svn switch.

checkout a gcc copy.

go to the gcc subdir

svn switch svn+ssh://kargl@gcc.gnu.org/svn/gcc/emptydir ada

repeat for each dir you don't want.

This allows update and commit and all others to work from the top-level
dir without any problems.  It also should work okay through merges and
other things.


Sorry, this solution slipped my mind.
I apologize.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]