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


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

Attachment: signature.asc
Description: This is a digitally signed message part


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