Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
Hi Landon, The ChangeLog & friends are old, at the wrong place and not identical to the last one found in CVS. This do not provide confidence. Should I do some md5-summing all over the trees? Have you verified the identity of CVS and SVN before moving around things and changing the structure? BTW

Re: [JPP-Devel] Migration to Subversion Repository

2007-06-17 Thread Stefan Steiniger
Hei Paul, i just checked your permissions. The settings give you write access. @Sunburned: thanx for working on the setup! stefan Paul Austin schrieb: > SS, > > I don't think my account has permission to do this. > > Anyway this is what I was trying to do. > > 1. Open the SVN perspective in

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sunburned Surveyor
Sascha, You wrote: "The ChangeLog & friends are old, at the wrong place and not identical to the last one found in CVS." I am working from the SVN dump file that Andreas provided me, so I am surprised to hear that the logs are out of date. Has there been more commits to the CVS since I started my

Re: [JPP-Devel] Migration to Subversion Repository

2007-06-17 Thread Sunburned Surveyor
Paul, Your help is greatly appreciated. This has been a lot harder than I thought. I didn't realize I could recover the plug-in folders and other folders from a tag. I will look into that tas asoon as possible. SS On 6/17/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote: > Hei Paul, > > i just chec

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
SS, if I do the following: - fetch a clean anonymous SVN check-out - generate md5sums for the files - fetch a clean anonymous CVS check-out - run a md5sum check against the generated one I receive following result: md5sum: WARNING: 3 of 1421 listed files could not be read md5sum: WARNING: 104 o

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Michaël Michaud
Hi SS, Sascha, Paul... Thank you to do all this hard work for migration. Just as an indication, ShapefileWriter is one of the last modification I did on the CVS (2007-06-12) Promise : I make no more change until the migration is completely finished ! Michaël Sascha L. Teichmann a écrit : >SS,

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
Hi Michaël, ShapefileWriter was only one example, TaskFrame is another. This one was last modified on 2007-06-03 and we have an older version in SVN ... Because ChangeLog, Changes.txt and TODO.txt are in the version of 2007-06-02 in subversion I would reckon that we lost all changes after 2007-06

[JPP-Devel] openjump icon

2007-06-17 Thread Pedro Doria Meunier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys, Since the OJ distro for Linux doesn't contain an icon, here's a png image to be included in the tar... ;-) (perhaps in zip_root/icon ?) This way users can put a relevant icon on the desktop for OJ. png: 48x31 32bpp - 1.862 bytes Hope you en

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sunburned Surveyor
I thought my day job was stressful. :] Let me send Andreas an e-mail to ask how he created the SVN dump file. He might not be intto check his e-mail until Monday. I'll send another e-mail announcing a freeze on CVS changes and then I start this process again. (This time I'll try not to loose the p

[JPP-Devel] CVS Commit Freeze

2007-06-17 Thread Sunburned Surveyor
Please freeze all modifications or commits to the JPP CVS until further notice. We are in the process of migrating to SVN and want to make sure we don't miss any recent changes to the repository. Thanks for you patience. I hope to have the SVN ready for commits some time next week. SS --

Re: [JPP-Devel] openjump icon

2007-06-17 Thread Sascha L. Teichmann
Nice idea, Pedro! :-) Maybe a SVG would be nice, too? I've attached a quick potrace'd version. It may need some work. Kind regards, Sascha Pedro Doria Meunier schrieb: > Hi guys, > > Since the OJ distro for Linux doesn't contain an icon, here's a png > image to be included in the tar... ;-) (p

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Andreas Schmitz
Sascha L. Teichmann wrote: Hello, > It would be of interest how Andreas > generated the svndump file. I would have > done it with something like: > > $ rsync -avz rsync://jump-pilot.cvs.sourceforge.net/cvsroot/jump-pilot/* > jump-pilot-cvsbackup > > $ cd jump-pilot-cvsbackup > > $ cvs2svn --

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
Hi Andreas, this sounds all okay to me. I'm currently downloading your dump file and I will have a look at it tomorrow. It its possibly a good idea to set up a local SVN repository and evaluate if this suffers from data loss too. If this is the case something is wrong with the dumpfile and a new o

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
Okay, I've created a local SVN repository [1], loaded the dump and checked out the trunk. All was pretty fine. Plug-ins were there, and the only md5sum mismatches come from tag substitution, but this alright. Ergo: Andreas dump file seems to be fine. Therefore the mistake was being made later when

Re: [JPP-Devel] openjump icon

2007-06-17 Thread Paul Austin
Another thing we should do is create a openjump.desktop file that can be used for Gnome and KDE and any other window manager that supports desktop files. I'll see if I can put one together. Paul Sascha L. Teichmann wrote: Nice idea, Pedro! :-) Maybe a SVG would be nice, too? I've attached a

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sunburned Surveyor
Sascha wrote: "Ergo: Andreas dump file seems to be fine. Therefore the mistake was being made later when importing the dump into SF's repository." That is a good thing. It means that we don't have to mess with creating a new dump file. Sascha, will the script you provided create a SVN repository

Re: [JPP-Devel] Initial Phase of Subversion Migration

2007-06-17 Thread Sascha L. Teichmann
SS, > [...] > That is a good thing. It means that we don't have to mess with > creating a new dump file. > > Sascha, will the script you provided create a SVN repository from the > dump file Andreas provided. I guess I'm a little confused as to its > purpose. > [...] The script was mainly attach