[Swift-devel] Re: Falkon code and logs
Ioan Raicu
iraicu at cs.uchicago.edu
Tue Aug 7 11:56:19 CDT 2007
Actually, did the commit occur successfully? Maybe it was just my
comment that was not saved?
Ioan
iraicu at viper:~/java/svn/falkon> svn ci
just same basic cleanup...and testing how SVN works!
-This line, and those below, will be ignored--
M
container/share/schema/GenericPortal/FactoryService/Factory_service.wsdl
M
container/share/schema/GenericPortal/FactoryService/Factory_flattened.wsdl
M
container/share/schema/GenericPortal/FactoryService/Factory_bindings.wsdl
M
container/share/schema/GenericPortal/GPService_instance/GP_flattened.wsdl
M
container/share/schema/GenericPortal/GPService_instance/GP_bindings.wsdl
M container/share/schema/GenericPortal/GPService_instance/GP_service.wsdl
M container/lib/org_globus_GenericPortal_services_core_WS.jar
M container/lib/org_globus_GenericPortal_services_core_WS_stubs.jar
M container/lib/org_globus_GenericPortal_common.jar
D service/build
M service/org_globus_GenericPortal_common.jar
M service/make.gpws.sh
M service/run.gpws_local.sh
M service/clean.gpws.sh
M service/org_globus_GenericPortal_services_core_WS.gar
M worker/lib/org_globus_GenericPortal_common.jar
M worker/WorkerEPR.txt
M worker/org_globus_GenericPortal_common.jar
D client/drp_test
M client/make.user.sh
D client/pssh_stdout
D client/DeeF_tests_nosec_drp_test
D client/pssh_stderr
A client/workloads
A client/workloads/1c
A client/workloads/10c
A client/workloads/10s
A client/workloads/100c
A client/workloads/1000c
A client/workloads/101c
A client/workloads/30c
A client/workloads/30s
A client/workloads/30ss
A client/workloads/sleep
A client/workloads/sleep/sleep_8
A client/workloads/sleep/sleep_480
A client/workloads/sleep/sleep_0_2M
A client/workloads/sleep/sleep_0
A client/workloads/sleep/sleep_1
A client/workloads/sleep/sleep_2
A client/workloads/sleep/sleep_local_8
A client/workloads/sleep/sleep_120
A client/workloads/sleep/sleep_4
A client/workloads/sleep/sleep_32
A client/workloads/sleep/sleep_240
A client/workloads/sleep/sleep_60
A client/workloads/sleep/sleep_16
D client/lib_old
M client/org_globus_GenericPortal_common.jar
~
~
~
~
~
~
~
~
"svn-commit.tmp" 52L, 2074C
written
Deleting client/DeeF_tests_nosec_drp_test
Authentication realm: <https://svn.ci.uchicago.edu:443> SVN Login
Password for 'iraicu':
Authentication realm: <https://svn.ci.uchicago.edu:443> SVN Login
Username: iraicu
Password for 'iraicu':
Authentication realm: <https://svn.ci.uchicago.edu:443> SVN Login
Username: svn: Commit failed (details follow):
svn: CHECKOUT of '/svn/vdl2/!svn/ver/999/falkon/client': authorization
failed (https://svn.ci.uchicago.edu)
svn: Your commit message was left in a temporary file:
svn: '/home/iraicu/java/svn/falkon/svn-commit.tmp'
iraicu at viper:~/java/svn/falkon>
Ioan Raicu wrote:
> 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?
>
> Ioan
>
> Mihael Hategan wrote:
>> 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
>>>
>>
>>
>>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-devel/attachments/20070807/56788086/attachment.html>
More information about the Swift-devel
mailing list