Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Can not tag or branch
Can not tag or branch [message #539229] Thu, 10 June 2010 05:42 Go to next message
Hoping White is currently offline Hoping WhiteFriend
Messages: 71
Registered: July 2009
Member
Hi, all

My svn repository structure is like this:
https://www.xxx.com/product/trunk|tags|branches/modules
When I create a tag, I found that subclipse first execute command:
svn mkdir https://www.xxx.com/product/tags
Because of authority, this command absolutely fails, so I can't tag or
branch.

I have tried to change the branch and tag setting to mannual, and
another error occurs, the ok button is always disabled, leaving a message
"xxx location does not correspond to the xxx location"

I also tried to use copy command, but the result is not good either,
copy command has much more limit. What should I do? It seems my last options
is import the tags folder into my project and use copy command. But this is
frustrating, is there any way to let me input a tag location and just copy
the source from trunk to it?
Re: Can not tag or branch [message #539248 is a reply to message #539229] Thu, 10 June 2010 07:36 Go to previous messageGo to next message
Jörg Thönnes is currently offline Jörg ThönnesFriend
Messages: 229
Registered: July 2009
Senior Member
Hi,

On 06/10/10 07:42, Hoping White wrote:
> Hi, all
>
> My svn repository structure is like this:
> https://www.xxx.com/product/trunk|tags|branches/modules
> When I create a tag, I found that subclipse first execute command:

From this line I conclude that you are use Subclipse, but this forum is about Subversive, the
alternative Subversion plugin.

So either you are start using Subversive as your Eclipse plugin for Subversion :-)
or just look for a Subclipse specific newsgroup.

Sorry that I cannot help you

-- Jörg

> svn mkdir https://www.xxx.com/product/tags
> Because of authority, this command absolutely fails, so I can't tag or
> branch.
>
> I have tried to change the branch and tag setting to mannual, and
> another error occurs, the ok button is always disabled, leaving a message
> "xxx location does not correspond to the xxx location"
>
> I also tried to use copy command, but the result is not good either,
> copy command has much more limit. What should I do? It seems my last options
> is import the tags folder into my project and use copy command. But this is
> frustrating, is there any way to let me input a tag location and just copy
> the source from trunk to it?
>
>
Re: Can not tag or branch [message #539249 is a reply to message #539229] Thu, 10 June 2010 07:42 Go to previous messageGo to next message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello,

You can always use copy command, because New/Tag action also performs
copying, so select the resource from which you want to create a tag and
call Refactor/Copy To action where you can select destination folder.

> Hi, all
>
> My svn repository structure is like this:
> https://www.xxx.com/product/trunk|tags|branches/modules
> When I create a tag, I found that subclipse first execute command:
> svn mkdir https://www.xxx.com/product/tags
> Because of authority, this command absolutely fails, so I can't tag or
> branch.
>
> I have tried to change the branch and tag setting to mannual, and
> another error occurs, the ok button is always disabled, leaving a message
> "xxx location does not correspond to the xxx location"
>
> I also tried to use copy command, but the result is not good either,
> copy command has much more limit. What should I do? It seems my last options
> is import the tags folder into my project and use copy command. But this is
> frustrating, is there any way to let me input a tag location and just copy
> the source from trunk to it?
>
>


--
Best regards,
Igor Burilo
Re: Can not tag or branch [message #539276 is a reply to message #539249] Thu, 10 June 2010 09:04 Go to previous messageGo to next message
Hoping White is currently offline Hoping WhiteFriend
Messages: 71
Registered: July 2009
Member
Yes, I tried that, the problem is I also have to co tags folder into my
project, is there anyway to let me just select a folder i want to tag and
input a url, and then everything is ok!
"Igor Burilo" <igor.burilo@polarion.org>
??????:huq50a$cem$1@build.eclipse.org...
> Hello,
>
> You can always use copy command, because New/Tag action also performs
> copying, so select the resource from which you want to create a tag and
> call Refactor/Copy To action where you can select destination folder.
>
>> Hi, all
>>
>> My svn repository structure is like this:
>> https://www.xxx.com/product/trunk|tags|branches/modules
>> When I create a tag, I found that subclipse first execute command:
>> svn mkdir https://www.xxx.com/product/tags
>> Because of authority, this command absolutely fails, so I can't tag
>> or
>> branch.
>>
>> I have tried to change the branch and tag setting to mannual, and
>> another error occurs, the ok button is always disabled, leaving a message
>> "xxx location does not correspond to the xxx location"
>>
>> I also tried to use copy command, but the result is not good either,
>> copy command has much more limit. What should I do? It seems my last
>> options
>> is import the tags folder into my project and use copy command. But this
>> is
>> frustrating, is there any way to let me input a tag location and just
>> copy
>> the source from trunk to it?
>>
>>
>
>
> --
> Best regards,
> Igor Burilo
Re: Can not tag or branch [message #539277 is a reply to message #539248] Thu, 10 June 2010 09:06 Go to previous messageGo to next message
Hoping White is currently offline Hoping WhiteFriend
Messages: 71
Registered: July 2009
Member
sorry, I make a mistake. my plugin is subversive
"J?rg Th?nnes" <Joerg.Thoennes@macd.com> д
Re: Can not tag or branch [message #539901 is a reply to message #539276] Mon, 14 June 2010 09:05 Go to previous message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello,

I din't fully understand why you can't create tag folder. Could you
please provide the whole picture: what authentication restrictions you
have, which folder you are trying to copy, what actions you're going to
do etc.?

> Yes, I tried that, the problem is I also have to co tags folder into my
> project, is there anyway to let me just select a folder i want to tag and
> input a url, and then everything is ok!
> "Igor Burilo"<igor.burilo@polarion.org>
> ??????:huq50a$cem$1@build.eclipse.org...
>> Hello,
>>
>> You can always use copy command, because New/Tag action also performs
>> copying, so select the resource from which you want to create a tag and
>> call Refactor/Copy To action where you can select destination folder.
>>
>>> Hi, all
>>>
>>> My svn repository structure is like this:
>>> https://www.xxx.com/product/trunk|tags|branches/modules
>>> When I create a tag, I found that subclipse first execute command:
>>> svn mkdir https://www.xxx.com/product/tags
>>> Because of authority, this command absolutely fails, so I can't tag
>>> or
>>> branch.
>>>
>>> I have tried to change the branch and tag setting to mannual, and
>>> another error occurs, the ok button is always disabled, leaving a message
>>> "xxx location does not correspond to the xxx location"
>>>
>>> I also tried to use copy command, but the result is not good either,
>>> copy command has much more limit. What should I do? It seems my last
>>> options
>>> is import the tags folder into my project and use copy command. But this
>>> is
>>> frustrating, is there any way to let me input a tag location and just
>>> copy
>>> the source from trunk to it?
>>>
>>>
>>
>>
>> --
>> Best regards,
>> Igor Burilo
>
>


--
Best regards,
Igor Burilo
Previous Topic:Team Project Set XML Format?
Next Topic:Subversive. Bin not checked-in
Goto Forum:
  


Current Time: Thu Apr 25 21:49:23 GMT 2024

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

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

Back to the top