<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
OK, made it through all the commits, but now its asking for a user id
and pass.  Who do I ask to reset my pass?<br>
<br>
Ioan<br>
<br>
Mihael Hategan wrote:
<blockquote cite="mid:1186504184.18998.4.camel@blabla.mcs.anl.gov"
 type="cite">
  <pre wrap="">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:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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@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: 
    </pre>
    <blockquote type="cite">
      <pre wrap="">On Mon, 16 Jul 2007, Ioan Raicu wrote:

  
      </pre>
      <blockquote type="cite">
        <pre wrap="">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...
<a class="moz-txt-link-freetext" href="http://people.cs.uchicago.edu/~iraicu/research/Falkon/Falkon_v0.8.1.tgz">http://people.cs.uchicago.edu/~iraicu/research/Falkon/Falkon_v0.8.1.tgz</a>
    
        </pre>
      </blockquote>
      <pre wrap="">I just imported this into the vdl2 subversion repo.

Type:

   svn co <a class="moz-txt-link-freetext" href="https://svn.ci.uchicago.edu/svn/vdl2/falkon">https://svn.ci.uchicago.edu/svn/vdl2/falkon</a>

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.

  
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
Swift-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a>
<a class="moz-txt-link-freetext" href="http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel">http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
</body>
</html>