GoogleCodeArchive / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

Relocate svn root from piccolo to piccolo2d #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
rename the following children of https://piccolo2d.googlecode.com/svn/

piccolo.java -> piccolo2d.java
piccolo.net -> piccolo2d.net
pocketpiccolo.net -> pocketpiccolo2d.net

CAUTION: 
- this renders all checked-out working copies broken
- this makes file history hard to follow across this step

Original issue reported on code.google.com by mr.rohrm...@googlemail.com on 8 Jul 2008 at 10:46

GoogleCodeExporter commented 9 years ago
I believe if you do this as a server-side move

$ svn mv -m "Issue 38; moving piccolo.java -> piccolo2d.java"
https://.../piccolo.java https://.../piccolo2d.java

then the history should be fairly easy to follow.

The wiki docs will also have to be updated.

Original comment by heue...@gmail.com on 9 Jul 2008 at 1:44

GoogleCodeExporter commented 9 years ago
Yes, I was unclear here. I mean the working copy history breaks, i.e. if you're 
inside one of the mentioned directories you cannot svn update back and forth 
across 
the move.

That's why I think we should do it asap after finishing 1.2.1.

Original comment by mr.rohrm...@googlemail.com on 9 Jul 2008 at 9:58

GoogleCodeExporter commented 9 years ago
I will take the 1.2.1 announcement mail as a start-signal to relocate the svn 
root 
folders.

Original comment by mr.rohrm...@googlemail.com on 20 Jul 2008 at 11:20

GoogleCodeExporter commented 9 years ago
Done. See revisions r113 r114 r115 and the CheckoutInstructions wiki page r116.

Can somebody verifiy that it's all ok?

Original comment by mr.rohrm...@googlemail.com on 21 Jul 2008 at 10:38

GoogleCodeExporter commented 9 years ago
I did a clean checkout/build/etc., and everything is working great under the 
new paths!

Original comment by steveonjava on 30 Jul 2008 at 8:20