On Apr 17, 2007, at 3:11 AM, Paulo J. Matos wrote:
I wonder, that if I am to use gcc head, how can I do that?

This isn't a trick question is it? Anyway, it is answered by our web site. Briefly, you check out trunk and then you edit it. patch is one way to mass edit a source tree for example.

What I initially did was to import gcc 4.1.1 sources into my own
repository and have my pass there also. If I am to use the svn head
with my pass, how do people usually manage this, since svn head is on
one repository and your pass in another, still the pass lives inside
the gcc directory tree. Is there a way to handle this situation?

svn/svk questions should go to those lists. Briefly, you merge in trunk into your branch:

        svn merge base gcc/trunk .

Or, you can take svn diff mybranch-base mybranch and apply that as a patch to a checkout of trunk. These are source code management 101 style questions. While we might be able to offer help if you get stuck, better would be to punt you to the svn/svk docs and users lists.

Reply via email to