|
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 |