Hello all,<br><br>I&#39;ve been trying to set up Bazaar on a couple of computers networked together where I code PHP stuff, and I&#39;ve run into a bit of problem. I mostly followed the Shared Repository Tutorial, and so far I have this setup:
<br><br>On a server sort of computer (running Windows XP), I&#39;ve set up a shared repository for a particular project. Then I copied over a &quot;live&quot; version of the project into the shared repository directory, and ran &quot;bzr init&quot; on it and added the files and did the first commit. Then I made a branch for the &quot;stable&quot; version, and then from the stable version, I made another branch for the development branch. Hence, for example, I have:
<br><br>D:\Projects\<br>D:\Projects\project1\<br>D:\Projects\project1\.bzr<br>D:\Projects\project1\live\ (plus all the project files and directories)<br>D:\Projects\project1\live\.bzr<br>D:\Projects\project1\stable\ (plus all the project files and directories)
<br>D:\Projects\project1\stable\.bzr<br>D:\Projects\project1\devt\ (plus all the project files and directories)<br>D:\Projects\project1\devt\.bzr<br><br>Now, I shared this last branch (the devt branch) across the network as &quot;project1&quot; so that I can checkout from it from other computers using &quot;bzr checkout \\server\project1&quot;. The idea is all my work will be in devt until I deem it&#39;s all stable, and then I put them into the stable branch, and later on when I finally get to putting it into the live script... yeah. Unfortunately, it failed. I also tried making a branch (&quot;bzr branch \\server\project1&quot;) but it also failed. Both times, the following error occurred:
<br><br>bzr: ERROR: Permission denied: u&#39;//server/.bzr/branch-format&#39;: [Errno 13] Permission denied: u&#39;//server/.bzr/branch-format&#39;<br><br>I don&#39;t know what&#39;s wrong. I know that &quot;bzr checkout \\server\somefolder&quot; works, as before all this I had tried the same thing on a branch I initialized (but not in a shared repository) and shared across the network.
<br><br>As a note, I tried this command: &quot;bzr checkout \\server\project1\ project1&quot; and got the following error:<br><br>bzr: ERROR: exceptions.IndexError: string index out of range<br><br>Traceback (most recent call last):
<br>&nbsp; File &quot;bzrlib\commands.pyc&quot;, line 650, in run_bzr_catch_errors<br>&nbsp; File &quot;bzrlib\commands.pyc&quot;, line 612, in run_bzr<br>&nbsp; File &quot;bzrlib\commands.pyc&quot;, line 304, in run_argv_aliases<br>&nbsp; File &quot;bzrlib\builtins.pyc&quot;, line 809, in run
<br>&nbsp; File &quot;bzrlib\branch.pyc&quot;, line 120, in open<br>&nbsp; File &quot;bzrlib\bzrdir.pyc&quot;, line 1003, in open_branch<br>&nbsp; File &quot;bzrlib\branch.pyc&quot;, line 830, in open<br>&nbsp; File &quot;bzrlib\bzrdir.pyc&quot;, line 385, in find_repository
<br>&nbsp; File &quot;bzrlib\bzrdir.pyc&quot;, line 555, in open_containing_from_transport<br>&nbsp; File &quot;bzrlib\transport\local.pyc&quot;, line 78, in clone<br>&nbsp; File &quot;bzrlib\transport\local.pyc&quot;, line 65, in __init__
<br>&nbsp; File &quot;bzrlib\urlutils.pyc&quot;, line 189, in _win32_local_path_from_url<br>IndexError: string index out of range<br><br>bzr 0.14.0 on python 2.5.0.final.0 (win32)<br>arguments: [&#39;bzr&#39;, &#39;checkout&#39;, &#39;\\\\server\\project1\\&#39;, &#39;project1&#39;]
<br><br>It was &quot;fixed&quot; when I left off the trailing slash in the from_location path, although naturally my original error still occurred.<br><br>Any help regarding this matter is greatly appreciated. I&#39;m liking what I see from Bazaar so far, thank you so much to everyone who&#39;s instrumental to its creation and maintenance. :)
<br><br>Angela<br><br>PS. I am quite new to version control systems, and I&#39;ve never used one before. Just thought it might be a good idea to point that out right off the bat. :) Please be kind, and if you have any suggestions for a better implementation, I would love to hear it.
<br clear="all"><br><br>-- <br>
And I write in my seasonal plume.<br><a href="http://seasonalplume.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://seasonalplume.net</a><br><a href="http://indisguise.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://indisguise.org</a>