Re: Subversion migration schedule (cut-off Fri 18 Mar)



เมื่อ อา. 2006-02-12 เวลา 15:16 +0800, Davyd Madeley เขียนว่า:
> On Sun, Feb 12, 2006 at 01:39:13PM +0700, Ross Golder wrote:
> 
> > How about this:
> > 
> > http://developer.gnome.org/tools/svn.html
> 
> > > - how do I tag for release, and branch?
> 
> It would seem (correct me if I'm wrong) that each of the modules is
> in effect its own little SVN repo. This begs the question of
> importing new modules, how do we go about this?
> 
> Perhaps http://developer.gnome.org/doc/tutorials/import.html could
> also be updated?
> 

Done:

http://developer.gnome.org/doc/tutorials/import-svn.html

Also, found out that adding an 'svn:externals' for macros works and is
really quite easy:

rossg localhost:~$ svn co svn+ssh://svn.gnome.org/svn/gnome/test/trunk
test
A    test/po-weirdname
A    test/po-weirdname/th.po
A    test/foobar
A    test/README
A    test/po
A    test/po/th.po
A    test/po/test.po
Checked out revision 24.
rossg localhost:~$ cd test
rossg localhost:~/test$ svn propset svn:externals "macros
http://svn.gnome.org/svn/gnome-common/trunk/macros"; .
property 'svn:externals' set on '.'
rossg localhost:~/test$ svn commit -m "Testing 'svn:externals' with the
macros module."
Sending        .

Committed revision 25.
rossg localhost:~/test$ svn update

Fetching external item into 'macros'
A    macros/gnome-vfs.m4
A    macros/gnome-undelfs.m4
A    macros/gnome-fileutils.m4
A    macros/gperf-check.m4
A    macros/gnome-objc-checks.m4
A    macros/gnome-libgtop-check.m4
A    macros/aclocal-include.m4
A    macros/gnome-cxx-check.m4
A    macros/gnome-gnorba-check.m4
A    macros/gnome-gettext.m4
A    macros/autogen.sh
...

--
Ross



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]