[kepler-dev] Conversion of Ptolemy II Tree to SVN this week
Christopher Brooks
cxh at eecs.berkeley.edu
Wed Jun 11 18:38:19 PDT 2008
Hi Derik,
I'm not familiar with svn property sets.
At about 5:30 PM PDT, I did end up making the ptII svn repository
writable by the cvs Unix group, so it might not have been writable
before by anyone but myself before that time:
I was just able to set a foo property on $PTII/makefile
bash-3.00$ svn propset foo bar makefile
property 'foo' set on 'makefile'
bash-3.00$ svn proplist makefile
Properties on 'makefile':
foo
bash-3.00$
I did not use --default-eol=native when I did the conversion using
cvs2svn. If this is required, then the docs of cvs2svn need to be
updated and I may need to rerun the conversion.
How would I tell if all the files are binary?
I think we are ok, $PTII/makefile does not have a mime-type,
but a binary jpg does.
bash-3.00$ cd $PTII
bash-3.00$ svn propget svn:mime-type makefile
bash-3.00$ svn propget svn:mime-type doc/img/PtolemyII.jpg
application/octet-stream
bash-3.00$
_Christopher
--------
Hi Christopher and Kepler developers,
We're delaying a bit with our transition to SVN to do a little more
testing.
If we don't hit any problems tonight we'll lock kepler and kepler-docs
CVS and do the move tomorrow morning.
So if everyone could plan on *not* using kepler and kepler-docs CVS in
the morning, that would be appreciated.
One note Christopher: I notice files in the new ptII SVN don't have
properties viewable with e.g the svn proplist command. My guess is
this is because you didn't use --default-eol=native in your
conversion, thus treating all files as binary(?). Which is a safer
route for conversion to avoid repository corruption, but now the
properties are not available. I haven't thought through what the
ramifications of this are, but I wanted to bring it up to get your
thoughts.
Derik
On Jun 9, 2008, at 9:58 AM, Matthew Jones wrote:
> Hi Christopher,
>
> We're ready to go with the kepler conversion to SVN as well, and
> Wednesday sounds like a good day to do it. Here's our plan:
>
> 1) Monday: run test conversion of kepler-docs and kepler modules
> 2) Tuesday: inspect test repositories, and test builds
> 3) Wednesday: Lock CVS, do the conversion, test build, update nightly
> build, update build documentation
>
> Right now our current plan is for Derik to do the move with support
> from
> me, Chad, and Ben. Coordinating the move with ptolemy will minimize
> downtime.
>
> Matt
>
> Christopher Brooks wrote:
>> I'm thinking about converting the Ptolemy II cvs repository to
>> subversion this week.
>>
>> To do this, what I would do is:
>> 1) Update the Eclipse installation instructions
>> 2) Disable the ptII cvs repository
>> 3) Convert the ptII cvs repository to svn, which would take a few
>> hours
>>
>> I'm thinking of doing this on Wednesday.
>>
>> Any comments, questions or concerns?
>>
>> _Christopher
>> _______________________________________________
>> Kepler-dev mailing list
>> Kepler-dev at ecoinformatics.org
>> http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-dev
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Matthew B. Jones
> Director of Informatics Research and Development
> National Center for Ecological Analysis and Synthesis (NCEAS)
> UC Santa Barbara
> jones at nceas.ucsb.edu Ph: 1-907-523-1960
> http://www.nceas.ucsb.edu/ecoinfo
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> _______________________________________________
> Kepler-dev mailing list
> Kepler-dev at ecoinformatics.org
> http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-dev
--------
More information about the Kepler-dev
mailing list