Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-14 Thread Sunburned Surveyor
Thanks Andreas. I will see if I can use the file you created to perform the conversion over my lunch break and after work today. I appreciate your help with this. The Sunburned Surveyor On 6/14/07, Andreas Schmitz <[EMAIL PROTECTED]> wrote: > Andreas Schmitz wrote: > > Hi, > > > > mhm .. i gues

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-14 Thread Andreas Schmitz
Andreas Schmitz wrote: Hi, > > mhm .. i guess the dump is as large as the sum written in the download > > section: ca 120MB bzip2ed it's just 74MB ;-) Best regards, Andreas -- l a t / l o n GmbH Aennchenstrasse 19 53177 Bonn, Germany phone ++49 +228 18496-11 fax ++49 +228 18496

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-14 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > mhm .. i guess the dump is as large as the sum written in the download > section: ca 120MB > >If you could create the svndump file for me it would save some time. I > >can handle the process from there. > > > >I'm not sure how big the svndump file will be. Hopefull

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-14 Thread Stefan Steiniger
mhm .. i guess the dump is as large as the sum written in the download section: ca 120MB Sunburned Surveyor wrote: >Andreas, > >If you could create the svndump file for me it would save some time. I >can handle the process from there. > >I'm not sure how big the svndump file will be. Hopefully

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-14 Thread Sunburned Surveyor
Andreas, If you could create the svndump file for me it would save some time. I can handle the process from there. I'm not sure how big the svndump file will be. Hopefully small enough to e-mail? If not we can probably put it up on my comany FTP site. Thanks for your help. Landon On 6/14/07, A

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-14 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Hmm. This is proving to be a real pain in the rear end. > > Alright. I can start over and try and do the conversion, but it will > take me a few more days. > > I think at some point we need to do a freeze on the commits to the CVS > so I am sure that everythi

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-14 Thread Jan-Oliver Wagner
Hello, On Mittwoch, 13. Juni 2007, Sunburned Surveyor wrote: > I'm afraid I was already well into the process of setting up the SVN > when I read the helpful e-mails in this thread. :[ > > I have made a stab at setting up the SVN for OpenJUMP at the JPP, and > it *may* be ready for use. > > I ma

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sunburned Surveyor
Paul, I've got the book. I'm trying to avoid reading the whole sticking thing to get this done. I think I can do it with your continued assistance. :] Stefan, Thank you for the correction. I will set up the branch to be 1.2, when and if I get that far. :] SS On 6/13/07, Paul Austin <[EMAIL PRO

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Paul Austin
Stefan, Therefore the branch is 1.2 and you would have a tag/1.2b3 for example, you put stuff under 1.2 that will go into a 1.2 release and then tag it why you make a public release. There is a good free online subversion book that covers these topics http://svnbook.red-bean.com/nightly/en/svn.br

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Stefan Steiniger
mhm.. btw. 1.2 is not yet released we are still with 1.2 Beta ;o) stefan Sunburned Surveyor schrieb: > Paul wrote: "In my code I maintain separate branches for each minor release > (so branches/1.2) so that I can make patches to that code base, while > also working on the next release 1.3..." >

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sunburned Surveyor
Paul wrote: "In my code I maintain separate branches for each minor release (so branches/1.2) so that I can make patches to that code base, while also working on the next release 1.3..." So should I do something like "branches/stable/1.3"? SS On 6/13/07, Paul Austin <[EMAIL PROTECTED]> wrote: >

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Paul Austin
SS, We would just do a tag when we do a release. With SVN there isn't really tags and branches per se it's just a convention, what is actually happening behind the scenes is that you are creating a "copy" of the sub directory under say branches/stable to tags/2.2.0. When it copies all it does is

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sascha L. Teichmann
Hi Landon! I had a closer look now at the SVN stuff you've set up. Losing the CVS history is bad. You should really start over. See it as a first learning attempt. :-) - Sascha Sunburned Surveyor schrieb: > Stefan, > > Thanks for the links. > > You wrote: "but a side effect may be that the new

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Paul Austin
Something we may want to do at some point is to have separate modules for each part of the code base; vivid, openjump, geotiff, geotools etc to manage them and have a meta project that brings them all back together. The nice thing with SVN is when we want to do that you can create a link in your pr

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sunburned Surveyor
Paul, Do I need to create a tag when I make the stable branch? Or do we just do this for a release? SS On 6/13/07, Paul Austin <[EMAIL PROTECTED]> wrote: > SS, > > We should also create tags when we do a numbered version release so that > we can recreate that release if required. > > Paul > > Su

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sunburned Surveyor
Stefan, Thanks for the links. You wrote: "but a side effect may be that the new structure would be the old one - if we can't do changes after migration" One nice thing about SVN is that it is much easier to make "structure" changes. I will convert the existing CVS repository and then use the "tr

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sunburned Surveyor
Hmm. This is proving to be a real pain in the rear end. Alright. I can start over and try and do the conversion, but it will take me a few more days. I think at some point we need to do a freeze on the commits to the CVS so I am sure that everything is captured in the conversion process. We d

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Stefan Steiniger
Landon, have you seen this: https://sourceforge.net/project/admin/svn_migration.php?group_id=118054 and the link from that side to the doc: https://sourceforge.net/docs/E09#import but a side effect may be that the new structure would be the old one - if we can't do changes after migration s

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Paul Austin
SS, We should also create tags when we do a numbered version release so that we can recreate that release if required. Paul Sunburned Surveyor wrote: > I'm afraid I was already well into the process of setting up the SVN > when I read the helpful e-mails in this thread. :[ > > I have made a stab

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Stefan Steiniger
Hei all and Landon i know I didn't do anything for the svn setup right now, so i am in a weak position for advises. But may i suggest that we try a *new setup* of the svn repository by using the Sourceforge tools and following their guidelines (which i haven't read)? Because it would be benefi

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sunburned Surveyor
I probably missed them. I will add them. SS On 6/13/07, Sascha L. Teichmann <[EMAIL PROTECTED]> wrote: > Hi! > > What about the ChangeLog, Changes.txt and TODO.txt? > I cannot find them in the SVN trunk. > > Regards, Sascha > > Sunburned Surveyor schrieb: > > I'm afraid I was already well into th

Re: [JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sascha L. Teichmann
Hi! What about the ChangeLog, Changes.txt and TODO.txt? I cannot find them in the SVN trunk. Regards, Sascha Sunburned Surveyor schrieb: > I'm afraid I was already well into the process of setting up the SVN > when I read the helpful e-mails in this thread. :[ > > I have made a stab at setting

[JPP-Devel] Fwd: Update on JPP Subversion Migration

2007-06-13 Thread Sunburned Surveyor
I'm afraid I was already well into the process of setting up the SVN when I read the helpful e-mails in this thread. :[ I have made a stab at setting up the SVN for OpenJUMP at the JPP, and it *may* be ready for use. I made a "trunk" and "branches" folders under the "openjump" folder. I then crea