Set Repository layout [message #33235] |
Tue, 02 September 2008 12:15  |
Eclipse User |
|
|
|
Hi there,
is it possible to setup the repository layout after the project is
already created and already shared in a trunk folder?
I have some repos:
http://url/trunk/category/<project>
I checked the project out to an eclipse workspace. Now I want to create
a tagged version of it at
http://url/tags/<versionnumber>/category/<project>
From the existing project Subversion assumes a certain project layout
and puts the project automatically at
http://url/tags/<versionnumber>/<project>
and hence removes the category...
Any possibility to change the repos layout for the tags?
Cheers,
Hauke
|
|
|
Re: Set Repository layout [message #34066 is a reply to message #33235] |
Wed, 24 September 2008 10:21  |
Eclipse User |
|
|
|
Hello Hauke,
You can't change the project repository layout after you shared project to
repository, except by manually modifying(e.g. move, copy etc.) project in
repository according to your new layout requirements.
But you can create the tag as you described(with remained category) in
several ways:
1. You have a 'Respect project structure' option in Team/SVN Preference
'Repository' tab. If you disable it by setting to 'Manual specification',
then you will be prompted to set tag url when you create a tag from SVN
Repositories View and set the correct url there. For you url examples I
right clicked on <project> folder and in conext menu selected New/Tag...,
then in Location I filled
http://url/tags/<versionnumber>/category/<project>.
Note it's not recommended to disable 'Respect project structure' option, so
after creating new tag, you can enable it again, of cource, if you need it.
2. Create a new tag for selected <project> folder in SVN Repositories View
and then fill tag as <versionnumber>/category.This way is more preferable
and easy to do.
"Hauke Fuhrmann" <haf@informatik.uni-kiel.de> ???????/???????? ? ????????
?????????: news:g9joqm$c25$1@build.eclipse.org...
> Hi there,
>
> is it possible to setup the repository layout after the project is
> already created and already shared in a trunk folder?
>
> I have some repos:
>
> http://url/trunk/category/<project>
>
> I checked the project out to an eclipse workspace. Now I want to create
> a tagged version of it at
>
> http://url/tags/<versionnumber>/category/<project>
>
> From the existing project Subversion assumes a certain project layout
> and puts the project automatically at
>
> http://url/tags/<versionnumber>/<project>
>
> and hence removes the category...
>
> Any possibility to change the repos layout for the tags?
>
> Cheers,
> Hauke
|
|
|
Powered by
FUDForum. Page generated in 0.02919 seconds