Sumit Paul
Sumit Paul

Reputation: 209

Creating tags in SVN from trunk

We are using SVN for data repository. I've created branches for our project successfully from eclipse Now i am trying to create Tags so that i can put the project releases over there. But when i am trying to create "Tags" from eclipse its giving me following error.

Get repository folder children operation failed. svn: E160013: URL 'svn://svnsrv.yash.com/svn/repo/MyProject/tags' non-existent in that revision

Please suggest what to do to create "Tags" from eclipse.

Upvotes: 3

Views: 5206

Answers (2)

Antel
Antel

Reputation: 11

Go to the "Location properties..." of you repository (right click on the repository at "SVN Repositories" view). Then to "Advanced" tab and disable "Enable Structure Detection". This also applies to the same error when trying to create branch for some folder outside of the trunc. See Error while creating branches and tags with SVN from Eclipse

Upvotes: 1

kronen
kronen

Reputation: 31

I had the same problem with Kepler and svn Eclipse 1.8.8. The solution was:

SVN perspective> Select repository> New> Folder ... And put: tags

Upvotes: 3

Related Questions