[kepler-dev] Checking out branch 2.3 with svn gives problems
Christopher Brooks
cxh at eecs.berkeley.edu
Mon Jan 30 08:41:36 PST 2012
Hi Enrique,
Hmm, these commands work for me:
> mkdir kepler-2.3
> svn co
> https://code.kepler-project.org/code/kepler/releases/release-branches/build-area-2.3
> build-area
> cd build-area
> ant change-to -Dsuite=kepler-2.3
You were having problems checking out the ptII tree.
The above commands produce the command below that checks out the ptII tree
> [change-to] svn co -r 62419
> svn://source.eecs.berkeley.edu/chess/ptII/branches/kepler-2-3
> /home/bldmastr/ptolemy-kepler-2.3/src
Does this command work for you?
svn co -r 62419
svn://source.eecs.berkeley.edu/chess/ptII/branches/kepler-2-3
ptolemy-kepler-2.3
If not, then there is probably a firewall that is blocking the port used
by the svn protocol.
You could try using the https protocol:
svn co -r 62419
https://source.eecs.berkeley.edu/svn/chess/ptII/branches/kepler-2-3 ptII
Note that the last argument is the directory where the files will be
created. So, it varies depending on
your installation.
If the https version works, you could move ptII to ptolemy-kepler-2.3/src
If you are having problems, try removing the entire kepler-2.3 directory
and starting over.
Then send the end of the log where the error occurs.
_Chrisotpher
On 1/30/12 4:22 AM, Cesar Enrique Garcia Dabo wrote:
>
> Hi,
>
> we still have exactly the same problem. As pointed out before, the problem
> appears using different operating systems. We have also tried from different
> locations in Europe without success.
>
> Best regards,
> Enrique
>
>> This should be fixed now.
>> The web server on source.eecs.berkeley.edu did not restart properly
>> after yesterday's second reboot.
>> I'm not sure why.
>>
>> _Christopher
>>
>> On 1/25/12 8:24 AM, Cesar Enrique Garcia Dabo wrote:
>>> Hi,
>>>
>>> We are trying to follow the instructions to build Kepler 2.3 under Linux
> but
>>> it seems that the subversion server is stuck. This happened already some
>>> months ago, but it is now that we are retrying. The exact commands used
> are:
>>> svn co https://code.kepler-project.org/code/kepler/releases/release-
>>> branches/build-area-2.3/ build-area
>>> cd build-area
>>> ant change-to -Dsuite=kepler-2.3
>>>
>>>
>>> It is stuck at
>>> [change-to] A /diskb/cgarcia/tmp/kepleeer/ptolemy-
>>> kepler-2.3/src/ptolemy/moml/jxta/demo/EPtolemyA/actors.xml
>>>
>>> The error can be reproduced with Fedora 16, using svn 1.6.17, java
>>> "1.6.0_22", ant 1.8.2
>>>
>>> We have tried deleting everything and starting from scratch. We have
> also
>>> tried in OSX (svn 1.6.16) , Ubuntu 11.04 (svn 1.6.12) Scientific Linux 5.3
>>> (svn 1.6.17) with the same results.
>>>
>>> Best regards,
>>> Enrique
>>>
>>>
>>> _______________________________________________
>>> Kepler-dev mailing list
>>> Kepler-dev at kepler-project.org
>>> http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>> --
>> Christopher Brooks, PMP University of California
>> CHESS Executive Director US Mail: 337 Cory Hall
>> Programmer/Analyst CHESS/Ptolemy/Trust Berkeley, CA 94720-1774
>> ph: 510.643.9841 (Office: 545Q Cory)
>> home: (F-Tu) 707.665.0131 cell: 707.332.0670
>>
>>
--
Christopher Brooks, PMP University of California
CHESS Executive Director US Mail: 337 Cory Hall
Programmer/Analyst CHESS/Ptolemy/Trust Berkeley, CA 94720-1774
ph: 510.643.9841 (Office: 545Q Cory)
home: (F-Tu) 707.665.0131 cell: 707.332.0670
More information about the Kepler-dev
mailing list