Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » wrong path for tagging(tagging URL probably not calculated correctly)
wrong path for tagging [message #849539] Thu, 19 April 2012 08:36 Go to next message
Klaus Falser is currently offline Klaus FalserFriend
Messages: 22
Registered: July 2009
Junior Member
Hello,

I'm using Subversive 0.7.9 on Indigo.
Repository structure detection is activated and also "Respect project structure" in the SVN settings.

My repository looks like :

<repository path>
+ project1
+ project2/
+ branches
+ tags
+ trunk
+ src
+ c
+ sw_project1
+ dir1
+ dir2
+ sw_project2

My workspace C/C++ project is a checkout of sw_project2

When I'm now tagging with my project as TestTag1 it creates a URL

<repository path>/project2/tags/TestTag1/sw_project1/...

but I think it really should create something like
<repository path>/project2/tags/TestTag1/src/c/sw_project1/...

This would also be the URL expected by Subversive when doing a compare with tag TestTag1.
The compare operation fails because the URL is not found.

Is this a bug or is this a desired behavior?


Re: wrong path for tagging [message #849552 is a reply to message #849539] Thu, 19 April 2012 08:48 Go to previous message
Klaus Falser is currently offline Klaus FalserFriend
Messages: 22
Registered: July 2009
Junior Member
Sorry, but the formatting of the project structure was destroyed in my previous post.
Here again, even if I was not able to format it in a compact nice way.

<repository path>

  • project1
  • project2

    • branches
    • tags
    • trunk

      • src

        • c

          • sw_project1

            • dir1
            • dir2

          • sw_project2

        • vhdl



  • project2

Previous Topic:SVN with Remote Host
Next Topic:RA layer request failed
Goto Forum:
  


Current Time: Tue Mar 19 03:20:27 GMT 2024

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

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

Back to the top