[Swift-devel] Re: Falkon code and logs

Mihael Hategan hategan at mcs.anl.gov
Tue Aug 7 11:29:44 CDT 2007


Remove the build directory.

cd ~/java/svn/falkon/service
svn rm build
svn ci


On Tue, 2007-08-07 at 11:18 -0500, Ioan Raicu wrote:
> Hi Ben,
> I finally took the plunge, and wanted to see how SVN works :)  Thanks
> for setting it up, I think its going to come in very useful, as
> several people are about to start editing the Falkon code... Catalin,
> Zhao, you, maybe Mihael, myself, etc...
> 
> I did the svn co....
> 
> did a little house cleaning, removed some files, moved others, edited
> some scripts, did a clean, make, and run to test things.... and now I
> wanted to commit all my changes.  
> 
> I did:
> iraicu at viper:~/java/svn/falkon> svn commit
> svn: Commit failed (details follow):
> svn: Working copy '/home/iraicu/java/svn/falkon/service/build' is
> missing or not locked
> 
> My compile scripts are set to remove the service/build directory, and
> it gets created new every time you compile the service.  Is this a
> problem?  My guess is that the service/build directory should not be
> in SVN, as it gets generated at compile time!  
> 
> Any hints on what I can do to commit my changes?
> 
> Thanks,
> Ioan
> 
> Ben Clifford wrote: 
> > On Mon, 16 Jul 2007, Ioan Raicu wrote:
> > 
> >   
> > > Hey Ben,
> > > Here is the latest Falkon code base, including all compiled classes, scripts,
> > > libraries, 1.4 JRE, ploticus binaries, GT4 WS-core container, web server,
> > > etc... its the entire branch that is needed containing all the different
> > > Falkon components.  I would have preffered to clean things up a bit, but here
> > > it is, and I'll do the clean-up later...
> > > http://people.cs.uchicago.edu/~iraicu/research/Falkon/Falkon_v0.8.1.tgz
> > >     
> > 
> > I just imported this into the vdl2 subversion repo.
> > 
> > Type:
> > 
> >    svn co https://svn.ci.uchicago.edu/svn/vdl2/falkon
> > 
> > to get the checkout.
> > 
> > I removed the embedded JRE (putting aside issues of whether we should big 
> > binaries like that in the SVN, a quick glance at the JRE redistribution 
> > licence looked like it was not something acceptable)
> > 
> > If you edit files, you can commit them with:
> > 
> >  svn commit
> > 
> > which will require you to feed in your CI password.
> > 
> > Type svn update in the root directory of your checkout to pull down 
> > changes that other people have made since your last checkout/update 
> > (probably you'll find me making a bunch of those to tidy some things up)
> > 
> > If you add files, you will need to:
> > 
> >  svn add myfile.java
> > 
> > before committing it.
> > 
> > This is the tarball as I received it, so has lots of built cruft in there 
> > (.class files and things).
> > 
> > I'll help work on tidying that up in the repository.
> > 
> > Please commit any changes you have made since this tarball, and begin 
> > making your releases from committed SVN code rather than from your own 
> > private codebase - that way, people can talk about 'falkon built from 
> > r972' and then everyone can look at the exact code version from SVN.
> > 
> >   
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel




More information about the Swift-devel mailing list