|
From: Peter De B. <pet...@gm...> - 2008-01-28 20:28:35
|
Ok, looks like I f*cked up. In the process of renaming the vldocking project to docking, I made a mistake, and managed to lose the vldocking project. I can't find the code, it's simply gone. If some kind soul could put the vldocking code in the docking project, I would be most grateful ;-) I have a backup somewhere on my work computer (which I don't have access to till tomorrow in 10 hours), so I'll restore the vldocking code if noone has done it already. regards, Peter |
|
From: Rogan D. <ro...@da...> - 2008-01-28 20:33:38
|
Peter De Bruycker wrote: > Ok, looks like I f*cked up. > > In the process of renaming the vldocking project to docking, I made a > mistake, and managed to lose the vldocking project. I can't find the > code, it's simply gone. > > If some kind soul could put the vldocking code in the docking project, I > would be most grateful ;-) > > I have a backup somewhere on my work computer (which I don't have access > to till tomorrow in 10 hours), so I'll restore the vldocking code if > noone has done it already. > > regards, > > Peter I can send you a zip/tarball if you like. Rogan |
|
From: Peter De B. <pet...@gm...> - 2008-01-28 20:36:25
|
please do, that would be nice ;-) On Jan 28, 2008 9:32 PM, Rogan Dawes <ro...@da...> wrote: > Peter De Bruycker wrote: > > Ok, looks like I f*cked up. > > > > In the process of renaming the vldocking project to docking, I made a > > mistake, and managed to lose the vldocking project. I can't find the > > code, it's simply gone. > > > > If some kind soul could put the vldocking code in the docking project, I > > would be most grateful ;-) > > > > I have a backup somewhere on my work computer (which I don't have access > > to till tomorrow in 10 hours), so I'll restore the vldocking code if > > noone has done it already. > > > > regards, > > > > Peter > > I can send you a zip/tarball if you like. > > Rogan > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > |
|
From: Rogan D. <ro...@da...> - 2008-01-28 20:40:22
|
Rogan Dawes wrote: > Peter De Bruycker wrote: >> Ok, looks like I f*cked up. >> >> In the process of renaming the vldocking project to docking, I made a >> mistake, and managed to lose the vldocking project. I can't find the >> code, it's simply gone. >> >> If some kind soul could put the vldocking code in the docking project, I >> would be most grateful ;-) >> >> I have a backup somewhere on my work computer (which I don't have access >> to till tomorrow in 10 hours), so I'll restore the vldocking code if >> noone has done it already. >> >> regards, >> >> Peter > > I can send you a zip/tarball if you like. > > Rogan But since you are reorganising the docking code, I was thinking that it made sense to have a top level docking module, with submodules for the various docking implementations, e.g. flexdock, jide, vldocking, etc There is a fair amount of code that could/should be common between those, and it will make it easy to switch between docking implementations by simply changing the PageFactory, I think. Rogan |
|
From: Peter De B. <pet...@gm...> - 2008-01-28 20:43:07
|
That's exactly what I was trying to do ;-) There's a new package: org.springframework.richclient.application.docking with subpackages for flexdock and vldocking. I'm going to ask Jonny Wray, who is maintaining the jide integration, if he can update his code as well. regards, peter On Jan 28, 2008 9:39 PM, Rogan Dawes <ro...@da...> wrote: > Rogan Dawes wrote: > > Peter De Bruycker wrote: > >> Ok, looks like I f*cked up. > >> > >> In the process of renaming the vldocking project to docking, I made a > >> mistake, and managed to lose the vldocking project. I can't find the > >> code, it's simply gone. > >> > >> If some kind soul could put the vldocking code in the docking project, > I > >> would be most grateful ;-) > >> > >> I have a backup somewhere on my work computer (which I don't have > access > >> to till tomorrow in 10 hours), so I'll restore the vldocking code if > >> noone has done it already. > >> > >> regards, > >> > >> Peter > > > > I can send you a zip/tarball if you like. > > > > Rogan > > But since you are reorganising the docking code, I was thinking that it > made sense to have a top level docking module, with submodules for the > various docking implementations, e.g. flexdock, jide, vldocking, etc > > There is a fair amount of code that could/should be common between > those, and it will make it easy to switch between docking > implementations by simply changing the PageFactory, I think. > > Rogan > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > |
|
From: Peter De B. <pet...@gm...> - 2008-01-28 20:46:13
|
I will also extract some common code and put it in classes that will be shared by the different docking integration classes. On Jan 28, 2008 9:43 PM, Peter De Bruycker <pet...@gm...> wrote: > That's exactly what I was trying to do ;-) > > There's a new package: > > org.springframework.richclient.application.docking > > with subpackages for flexdock and vldocking. I'm going to ask Jonny Wray, > who is maintaining the jide integration, if he can update his code as well. > > regards, > > peter > > > On Jan 28, 2008 9:39 PM, Rogan Dawes <ro...@da...> wrote: > > > Rogan Dawes wrote: > > > Peter De Bruycker wrote: > > >> Ok, looks like I f*cked up. > > >> > > >> In the process of renaming the vldocking project to docking, I made a > > >> mistake, and managed to lose the vldocking project. I can't find the > > >> code, it's simply gone. > > >> > > >> If some kind soul could put the vldocking code in the docking > > project, I > > >> would be most grateful ;-) > > >> > > >> I have a backup somewhere on my work computer (which I don't have > > access > > >> to till tomorrow in 10 hours), so I'll restore the vldocking code if > > >> noone has done it already. > > >> > > >> regards, > > >> > > >> Peter > > > > > > I can send you a zip/tarball if you like. > > > > > > Rogan > > > > But since you are reorganising the docking code, I was thinking that it > > made sense to have a top level docking module, with submodules for the > > various docking implementations, e.g. flexdock, jide, vldocking, etc > > > > There is a fair amount of code that could/should be common between > > those, and it will make it easy to switch between docking > > implementations by simply changing the PageFactory, I think. > > > > Rogan > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Springframework-rcp-dev mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > > > > |
|
From: Jan H. <jh...@sc...> - 2008-01-29 07:32:54
|
Looking at the project source it seems like everything is all right now? Just curious, did you do a 'svn move' or a renaming in your IDE? I think you could have done a revert to a previous revision or simply check that revision out, removing the svn metadata and add it back to its proper location. Kind Regards, Jan On Mon, 2008-01-28 at 21:28 +0100, Peter De Bruycker wrote: > Ok, looks like I f*cked up. > > In the process of renaming the vldocking project to docking, I made a > mistake, and managed to lose the vldocking project. I can't find the > code, it's simply gone. > > If some kind soul could put the vldocking code in the docking project, > I would be most grateful ;-) > > I have a backup somewhere on my work computer (which I don't have > access to till tomorrow in 10 hours), so I'll restore the vldocking > code if noone has done it already. > > regards, > > Peter > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ Springframework-rcp-dev mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev **** DISCLAIMER **** http://www.schaubroeck.be/maildisclaimer.htm |
|
From: Peter De B. <pet...@gm...> - 2008-01-29 08:36:25
|
First I did a rename using tortoise svn. That didn't seem to work, so then I did a rename using Eclipse. Then I noticed it wasn't attached to svn anymore, so I did a revert, but I could find anything on the server. I still can't. It looks like it completely vanished? I did a restore from a backup I had lying around, so everything's back to normal. Peter On 1/29/08, Jan Hoskens <jh...@sc...> wrote: > > Looking at the project source it seems like everything is all right now? > > Just curious, did you do a 'svn move' or a renaming in your IDE? I think > you could have done a revert to a previous revision or simply check that > revision out, removing the svn metadata and add it back to its proper > location. > > Kind Regards, > Jan > > > On Mon, 2008-01-28 at 21:28 +0100, Peter De Bruycker wrote: > > Ok, looks like I f*cked up. > > > > In the process of renaming the vldocking project to docking, I made a > > mistake, and managed to lose the vldocking project. I can't find the > > code, it's simply gone. > > > > If some kind soul could put the vldocking code in the docking project, > > I would be most grateful ;-) > > > > I have a backup somewhere on my work computer (which I don't have > > access to till tomorrow in 10 hours), so I'll restore the vldocking > > code if noone has done it already. > > > > regards, > > > > Peter > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ Springframework-rcp-dev > mailing list Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > > > **** DISCLAIMER **** > http://www.schaubroeck.be/maildisclaimer.htm > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > |
|
From: Rogan D. <ro...@da...> - 2008-01-29 08:42:21
|
Peter De Bruycker wrote: > First I did a rename using tortoise svn. That didn't seem to work, so > then I did a rename using Eclipse. Then I noticed it wasn't attached to > svn anymore, so I did a revert, but I could find anything on the server. > I still can't. It looks like it completely vanished? > > I did a restore from a backup I had lying around, so everything's back > to normal. > > Peter > The code is certainly still there (in past revisions), as I did a checkout of the revision before you started renaming so that I could send you that zip. Rogan |
|
From: Peter De B. <pet...@gm...> - 2008-01-29 08:50:56
|
I see, I looked again, this time by entering the correct revision, and I found it ;-) sorry for the trouble. Peter On 1/29/08, Rogan Dawes <ro...@da...> wrote: > > Peter De Bruycker wrote: > > First I did a rename using tortoise svn. That didn't seem to work, so > > then I did a rename using Eclipse. Then I noticed it wasn't attached to > > svn anymore, so I did a revert, but I could find anything on the server. > > I still can't. It looks like it completely vanished? > > > > I did a restore from a backup I had lying around, so everything's back > > to normal. > > > > Peter > > > > The code is certainly still there (in past revisions), as I did a > checkout of the revision before you started renaming so that I could > send you that zip. > > Rogan > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > |
|
From: Jan H. <jh...@sc...> - 2008-01-29 09:03:02
|
It seems that you indeed deleted the vldocking directory but didn't add the new docking dir (in rev 1932). Something must have gone wrong in the moving (= delete + add with history). Just for information: you can copy directories from an old revision. If you deleted something by accident or want to introduce it again in a new directory, you should be able to do this with something like: svn copy -m 'undelete my dir' http://svn.server/repo/myproject/mydeleteddir@1931 http://svn.server/repo/myproject/undeleteddir note the revision at the end of the first url. This will select the directory as it was in that revision and copy it to the current trunk at the destination you provide. Kind Regards, Jan On Tue, 2008-01-29 at 09:36 +0100, Peter De Bruycker wrote: > First I did a rename using tortoise svn. That didn't seem to work, so > then I did a rename using Eclipse. Then I noticed it wasn't attached > to svn anymore, so I did a revert, but I could find anything on the > server. I still can't. It looks like it completely vanished? > > I did a restore from a backup I had lying around, so everything's back > to normal. > > Peter > > > On 1/29/08, Jan Hoskens <jh...@sc...> wrote: > Looking at the project source it seems like everything is all > right now? > > Just curious, did you do a 'svn move' or a renaming in your > IDE? I think > you could have done a revert to a previous revision or simply > check that > revision out, removing the svn metadata and add it back to its > proper > location. > > Kind Regards, > Jan > > > On Mon, 2008-01-28 at 21:28 +0100, Peter De Bruycker wrote: > > Ok, looks like I f*cked up. > > > > In the process of renaming the vldocking project to docking, > I made a > > mistake, and managed to lose the vldocking project. I can't > find the > > code, it's simply gone. > > > > If some kind soul could put the vldocking code in the > docking project, > > I would be most grateful ;-) > > > > I have a backup somewhere on my work computer (which I don't > have > > access to till tomorrow in 10 hours), so I'll restore the > vldocking > > code if noone has done it already. > > > > regards, > > > > Peter > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > > > **** DISCLAIMER **** > http://www.schaubroeck.be/maildisclaimer.htm > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ Springframework-rcp-dev mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev **** DISCLAIMER **** http://www.schaubroeck.be/maildisclaimer.htm |
|
From: Peter De B. <pet...@gm...> - 2008-01-29 09:44:05
|
Thanks for the info. In the mean time, I managed to straighten everything out ;-) regards, Peter On 1/29/08, Jan Hoskens <jh...@sc...> wrote: > > It seems that you indeed deleted the vldocking directory but didn't add > the new docking dir (in rev 1932). Something must have gone wrong in the > moving (= delete + add with history). > > Just for information: you can copy directories from an old revision. If > you deleted something by accident or want to introduce it again in a new > directory, you should be able to do this with something like: > > svn copy -m 'undelete my dir' > http://svn.server/repo/myproject/mydeleteddir@1931 > http://svn.server/repo/myproject/undeleteddir > > note the revision at the end of the first url. This will select the > directory as it was in that revision and copy it to the current trunk at > the destination you provide. > > Kind Regards, > Jan > > > On Tue, 2008-01-29 at 09:36 +0100, Peter De Bruycker wrote: > > First I did a rename using tortoise svn. That didn't seem to work, so > > then I did a rename using Eclipse. Then I noticed it wasn't attached > > to svn anymore, so I did a revert, but I could find anything on the > > server. I still can't. It looks like it completely vanished? > > > > I did a restore from a backup I had lying around, so everything's back > > to normal. > > > > Peter > > > > > > On 1/29/08, Jan Hoskens <jh...@sc...> wrote: > > Looking at the project source it seems like everything is all > > right now? > > > > Just curious, did you do a 'svn move' or a renaming in your > > IDE? I think > > you could have done a revert to a previous revision or simply > > check that > > revision out, removing the svn metadata and add it back to its > > proper > > location. > > > > Kind Regards, > > Jan > > > > > > On Mon, 2008-01-28 at 21:28 +0100, Peter De Bruycker wrote: > > > Ok, looks like I f*cked up. > > > > > > In the process of renaming the vldocking project to docking, > > I made a > > > mistake, and managed to lose the vldocking project. I can't > > find the > > > code, it's simply gone. > > > > > > If some kind soul could put the vldocking code in the > > docking project, > > > I would be most grateful ;-) > > > > > > I have a backup somewhere on my work computer (which I don't > > have > > > access to till tomorrow in 10 hours), so I'll restore the > > vldocking > > > code if noone has done it already. > > > > > > regards, > > > > > > Peter > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > Springframework-rcp-dev mailing list > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > > > > > > **** DISCLAIMER **** > > http://www.schaubroeck.be/maildisclaimer.htm > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Springframework-rcp-dev mailing list > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ Springframework-rcp-dev > mailing list Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > > > **** DISCLAIMER **** > http://www.schaubroeck.be/maildisclaimer.htm > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > |