clash between bazaar and subversion

Asked by tony eastwood

I have an entire system locally versioned using Bazaar. I have some small sub-directores, within that system, also version controlled under subversion using tortoise client 1.62. (The subversion repository is a remote, the Bazaar system is local.)

If I attempt to use the bzr 'revert' command to back track my local copies- and my revert includes any files also controlled by subversion I get an error. Here is a simple command and the error I get back:

C:\Program Files\Client>bzr revert somepackage\somefile.txt
bzr: ERROR: This client is too old to work with working copy 'C:\Program Files\Client\somepackage\somefile.txt'. You need to get a newer Subversion client, or to downgrade this working copy. See http://subversion.tigris.org/faq.html#working-copy-format-change
for details.

If I remove the '.svn' files that subversion scatters all over the place then Bazaar works fine, but this disrupts subversion...

Other bzr commands work fine.

Is there any better work round? Obviously I don't understand why the two system clash , I would have expected them to operate orthogonally - is there some obviuous reason why I would have expecte trouble? (My bzr add commands are pretty indiscriminate and probably add everything - does that matter?)

many thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andrew Johnson (anj) said :
#1

Do you have the bzr-svn plug-in installed? My guess is that removing the plug-in should stop bzr from trying to understand your .svn connection and make the two operate orthogonally.

Can you help with this problem?

Provide an answer of your own, or ask tony eastwood for more information if necessary.

To post a message you must log in.