This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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


> > 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.
> > 
> 
> Thank you.  I've removed most of the C++, java, and ada
> code.  My working copying is now 290MB.

> I spent nearly 5 hours yesterday reading the svn FAQ, mailing list
> archives, and the docs.  I never came across this solution.

It only works because subversion really does allow mixed working copies,
but you can't generate them using non-recursive checkouts right now, you
have to use switch.




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