Importing GNU Classpath 0.91 on gcc classpath svn branch

Mark Wielaard mark@klomp.org
Mon May 22 19:49:00 GMT 2006


Hi Tom,

On Thu, 2006-05-18 at 11:36 -0600, Tom Tromey wrote:
> >>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
> 
> Mark> - Clean it up and get the files from a new version:
> Mark>   - find classpath -type f | grep -v /\.svn | grep -v /\.cvs
> Mark>   - tar zxf classpath-x.tar.gz
> Mark>   - cp -r classpath-x/* classpath
> Mark> - Add/Remove files:
> Mark>   - svn status classpath | grep ^\! | cut -c8- | xargs svn remove
> Mark>   - svn status classpath | grep ^\? | cut -c8- | xargs svn add
> 
> I notice that after the most recent import,
> libjava/classpath/.settings is empty.  I don't think this matters
> much, but it does seem to indicate some kind of buglet or oversight in
> the import process.  FYI.

Yes, since cvs doesn't have removal of directories and the import
process also doesn't have this information it is not easy to make this
completely transparent. But such directories can just be svn removed. I
added a note in my updated HACKING import instructions about this.

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://gcc.gnu.org/pipermail/java/attachments/20060522/c40e1bef/attachment.sig>


More information about the Java mailing list