[En-Nut-Discussion] IMPORTANT: Migrating to Subversion

Harald Kipp harald.kipp at egnite.de
Tue Mar 10 19:40:47 CET 2009


Thiago is too fast, he already created a Changelog entry in the 4.8 SVN
branch. :-)

Thiago A. Corrêa wrote:
> Yeah, looks good.
> 
> So, we will drop the nut folder right?

No, we need it. cvs2svn worked perfectly correct by moving the top CVS
directory of the nut module to trunk.

The problem with the missing top level existed since we introduced
autotools. We now have

trunk/app
...
trunk/tools
...
trunk/configure.ac
...

but we need

trunk/nut/app
...
trunk/nut/tools
...
trunk/configure.ac
...

This way the autoconf root will be on top of nut, not inside nut. This
would solve a lot of problems.

Or, possible easier to understand:

The trunk folder should only contain

nut/
AUTHORS
ChangeLog
COPYING
INSTALL
NEWS
README
reconf
configure.ac
Makefile.am
autogen.sh
cleansweap.sh

Anything else should be moved to nut/.

I'd happy, if you can do that. I'm not too familiar with SVN yet, having
used it occasionally only.

Harald



More information about the En-Nut-Discussion mailing list