svn-import problem with tags

Martin Guillon MGuillon at movea.com
Tue Sep 29 14:18:10 BST 2009


Hi,

We are currently looking at switching to Bazaar because you just made an amazing work !!!

So to switch we need to go through a svn import. And i have just a little problem with it which is that it imports my trunk and my branches but not my tags.

Here is our structure on the server:
192.168.1.230/src/Project/trunk/
192.168.1.230/src/Project/branches/
192.168.1.230/src/Project/tags/

Here is my subversion.conf
[6b5a8ec4-a12e-6f47-a93c-90e09b7fee50]
guessed-layout = trunk1
locations = svn://192.168.1.230
branches = src/Project/branches/*;src/Project/trunk
tags = src/Project/tags/*;

Am i doing something wrong?

Thanks



More information about the bazaar mailing list