eclipse - How do I relocate my Android project in SVN? -
i set svn repository android project wrong way , appreciated correcting it.
i created standard svn repository follows (i did not create root "svn" folder because plan store 1 project in repository):
http://myserver/myproject /trunk /branches /tags
when checked in project went root folder instead of /trunk folder. had folders:
http://myserver/myproject /trunk /branches /tags /myproject /src /res /...etc
i've been working way while, using eclipse , (i think) subversive svn connectors. know nothing svn command line. need move project trunk folder should have done beginning. copied myproject folder trunk folder copy/pasting in svn repositories view in eclipse , renamed old folder, have:
http://myserver/myproject /trunk /myproject /src /res /...etc /branches /tags /myproject.old /src /res /...etc
how project start using /trunk/myproject? ever since renamed /myproject.old /myproject eclipse cannot find remote files when sync. tried changing repository location from
http://myserver/myproject
to
http://myserver/myproject/trunk
but eclipse warns "the repository root url refers 1 of resources configured structure node. wish normalize url cutting it's last segment off?" if yes i'm in same boat , if no nasty errors when try sync.
how code syncing new location? doing wrong? i'd preferably keep revision history , not start on again!
thanks in advance,
barry
have @ thread:
i think best option put before copied folder over. svn, have careful when move/copy stuff around, because each folder contains .svn folder. inside folder there references actual repository, when modify underlying file system, bring working copy in unstable , out of synch state.
if don't have many local changes, should fresh checkout. when done that, can follow suggestion in above thread use svn commands move folders/files around.
Comments
Post a Comment