Difference between revisions of "Talk:Bazaar howto"

From Freeplane - free mind mapping and knowledge management software
(Added Tamas' Email)
 
Line 1: Line 1:
[[User:Ewl|Ewl]] 11:33, 24 October 2009 (UTC) : I just did below a copy&paste of an Email from Tamas, for later inclusion into the Howto
+
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://imygijesusy.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
 +
----
 +
=[http://imygijesusy.co.cc CLICK HERE]=
 +
----
 +
</div>
 +
[[User:Ewl|Ewl]] 11:33, 24 October 2009 (UTC) : I just did below a copy&amp;paste of an Email from Tamas, for later inclusion into the Howto
  
 
I am currently using bazaar 1.13.1 on Ubuntu 9.04. I think SF uses bzr 1.10, so any client with at least this version should do it. I use the command line client, and the BzrEclipse plugin.
 
I am currently using bazaar 1.13.1 on Ubuntu 9.04. I think SF uses bzr 1.10, so any client with at least this version should do it. I use the command line client, and the BzrEclipse plugin.
Line 7: Line 15:
 
First you should set your user data (commands taken from documentation):
 
First you should set your user data (commands taken from documentation):
  
bzr whoami "Frank Chu <fchu@example.com>"
+
bzr whoami &quot;Frank Chu &lt;fchu@example.com&gt;&quot;
  
 
Then you can get the working tree. For read and write access use the bzr+ssh protocol.
 
Then you can get the working tree. For read and write access use the bzr+ssh protocol.
Line 17: Line 25:
 
if you add new files then you have to add them explicitly with
 
if you add new files then you have to add them explicitly with
  
bzr add <file>
+
bzr add &lt;file&gt;
  
 
== Eclipse plugin ==
 
== Eclipse plugin ==
  
intall the plugin from the repository in their website. Then you have to point the plugin to the bzr executable in (preferences) Team > Bazaar > Executable. I think you need to install the bzr-xmloutput plugin as well for this to work. For windows there is an installer. http://bazaar-vcs.org/XMLOutput#how-to-install.
+
intall the plugin from the repository in their website. Then you have to point the plugin to the bzr executable in (preferences) Team &gt; Bazaar &gt; Executable. I think you need to install the bzr-xmloutput plugin as well for this to work. For windows there is an installer. http://bazaar-vcs.org/XMLOutput#how-to-install.
  
 
I usually check out the tree with the command line, and the I open it as a new project with Eclipse. The bazaar commands are under the Team menu, like the svn commands used to.
 
I usually check out the tree with the command line, and the I open it as a new project with Eclipse. The bazaar commands are under the Team menu, like the svn commands used to.

Revision as of 03:58, 24 November 2010


Ewl 11:33, 24 October 2009 (UTC) : I just did below a copy&paste of an Email from Tamas, for later inclusion into the Howto

I am currently using bazaar 1.13.1 on Ubuntu 9.04. I think SF uses bzr 1.10, so any client with at least this version should do it. I use the command line client, and the BzrEclipse plugin.

Command line

First you should set your user data (commands taken from documentation):

bzr whoami "Frank Chu <fchu@example.com>"

Then you can get the working tree. For read and write access use the bzr+ssh protocol.

bzr checkout bzr+ssh://peletomi@freeplane.bzr.sourceforge.net/bzrroot/freeplane/freeplane_program/trunk

checkout means, that your local tree will be connected to the remote tree. If you commit to your local it will be pushed automatically out to the remote tree on SF.

if you add new files then you have to add them explicitly with

bzr add <file>

Eclipse plugin

intall the plugin from the repository in their website. Then you have to point the plugin to the bzr executable in (preferences) Team > Bazaar > Executable. I think you need to install the bzr-xmloutput plugin as well for this to work. For windows there is an installer. http://bazaar-vcs.org/XMLOutput#how-to-install.

I usually check out the tree with the command line, and the I open it as a new project with Eclipse. The bazaar commands are under the Team menu, like the svn commands used to.

Since 1.6 TortoiseBzr should be in the windows installer as well. Maybe you can use that one as well. I have not tried this yet. http://bazaar-vcs.org/TortoiseBzr

I have seen those SF page errors as well you received. I don't know what the problem was. SF is really slow and sometimes unreliable. From one machine it works, from the other it just hangs.