This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Importing GNU Classpath 0.91 on gcc classpath svn branch


>>>>> "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.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]