This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: procedure to make MELT branch on GCC SVN?
- From: Tom Tromey <tromey at redhat dot com>
- To: Basile STARYNKEVITCH <basile at starynkevitch dot net>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Sun, 17 Feb 2008 15:16:04 -0700
- Subject: Re: procedure to make MELT branch on GCC SVN?
- References: <47B8B82F.4090402@starynkevitch.net>
- Reply-to: tromey at redhat dot com
>>>>> "Basile" == Basile STARYNKEVITCH <basile@starynkevitch.net> writes:
Basile> Can I just start my branch with
Basile> svn cp svn+ssh://bstarynk@gcc.gnu.org/svn/gcc/trunk \
Basile> svn+ssh://bstarynk@gcc.gnu.org/svn/gcc/melt-branch
Basile> and then do the usual svn stuff (addition, etc...)
Basile> or is there some (either social or technical) step that I missed?
I'd recommend the instructions on the wiki:
http://gcc.gnu.org/wiki/SvnBranch
In particular you might consider the svnmerge thing.
Basile> While I do make lot of bugs (and I am not entirely proud of my
Basile> current code), I really do not want to upset the GCC
Basile> community!
It is a bit scary but it'll turn out ok :). I'm looking forward to
seeing your code.
Tom