Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Set Repository layout
Set Repository layout [message #33235] Tue, 02 September 2008 16:15 Go to next message
Hauke Fuhrmann is currently offline Hauke FuhrmannFriend
Messages: 333
Registered: July 2009
Senior Member
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 14:21 Go to previous message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
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
Previous Topic:polarion.com down?
Next Topic:Maybe it is subversion doing this?
Goto Forum:
  


Current Time: Fri Apr 19 11:21:40 GMT 2024

Powered by FUDForum. Page generated in 0.03266 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top