A workaround for this is to disable the svn plugin and then use Bazaar in conjunction with SVN.
For windows XP run the following commands in a shell from the folder where you want the repository:
1. move "C:\Program Files\Bazaar\plugins\svn" "C:\Program Files\Bazaar\svnpluginbroken"
2. echo .svn/ >> .bzrignore
3. bzr init
4. bzr add
5. bzr commit -m Init
Lastly tell SVN to ignore the .bzr folder if you want otherwise commit it back to SVN.
A workaround for this is to disable the svn plugin and then use Bazaar in conjunction with SVN.
For windows XP run the following commands in a shell from the folder where you want the repository: plugins\ svn" "C:\Program Files\Bazaar\ svnpluginbroken "
1. move "C:\Program Files\Bazaar\
2. echo .svn/ >> .bzrignore
3. bzr init
4. bzr add
5. bzr commit -m Init
Lastly tell SVN to ignore the .bzr folder if you want otherwise commit it back to SVN.