hidid notice the git repo moved from SF to git.bacula.org. I've updated to docs accordingly.
find patch attached. - Thomas
commit 5e20512923c36cb7a4414a3e78b2d9ad21beec5d Author: Thomas Mueller <tho...@chaschperli.ch> Date: Mon Apr 18 17:32:53 2011 +0200 updated git repo references (moved from SF to git.bacula.org) diff --git a/docs/manuals/de/developers/git.tex b/docs/manuals/de/developers/git.tex index 6674441..f227326 100644 --- a/docs/manuals/de/developers/git.tex +++ b/docs/manuals/de/developers/git.tex @@ -17,7 +17,7 @@ main Bacula source code with directories {\bf bacula}, {\bf gui}, and {\bf regress}. The second repository contains the directories {\bf docs} directory, and the third repository contains the {\bf rescue} directory. All three repositories are -hosted on Source Forge. +by Bacula Systems. Previously everything was in a single SVN repository. We have split the SVN repository into three because Git @@ -46,17 +46,11 @@ and {\bf regress}. With Git it is not possible to pull only a single directory, because of the hash code nature of Git, you must take all or nothing. -For developers, the most important thing to remember about Git and -the Source Forge repository is not to "force" a {\bf push} to the -repository. Doing so, can possibly rewrite -the Git repository history and cause a lot of problems for the -project. - -You can get a full copy of the Source Forge Bacula Git repository with the +You can get a full copy of the Git repository with the following command: \begin{verbatim} -git clone git://bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} This will put a read-only copy into the directory {\bf trunk} @@ -67,17 +61,6 @@ once you have the repository in say {\bf trunk}, you can copy the whole directory to another place and have a fully functional git repository. -If you have write permission to the Source Forge -repository, you can get a copy of the Git repo with: - -\begin{verbatim} -git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk -\end{verbatim} - -where you replace \verb+<userid>+ with your Source Forge login -userid, and you must have previously uploaded your public ssh key -to Source Forge. - The above command needs to be done only once. Thereafter, you can: \begin{verbatim} @@ -167,7 +150,7 @@ would you do? \begin{itemize} \item Download the Source code:\\ \begin{verbatim} -git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} \item Configure and Build Bacula:\\ diff --git a/docs/manuals/de/developers/regression.tex b/docs/manuals/de/developers/regression.tex index 2d4c90b..a22711a 100644 --- a/docs/manuals/de/developers/regression.tex +++ b/docs/manuals/de/developers/regression.tex @@ -40,7 +40,7 @@ are working in your home directory in a non-root account): \footnotesize \begin{verbatim} cd -git clone git://bacula.git.sourceforge.net/gitroot/bacula bacula +git clone http://git.bacula.org/bacula bacula \end{verbatim} \normalsize diff --git a/docs/manuals/en/developers/git.tex b/docs/manuals/en/developers/git.tex index 9cbeab7..6ec5994 100644 --- a/docs/manuals/en/developers/git.tex +++ b/docs/manuals/en/developers/git.tex @@ -17,7 +17,7 @@ main Bacula source code with directories {\bf bacula}, {\bf gui}, and {\bf regress}. The second repository contains the directories {\bf docs} directory, and the third repository contains the {\bf rescue} directory. All three repositories are -hosted on Source Forge. +hosted by Bacula Systems. Previously everything was in a single SVN repository. We have split the SVN repository into three because Git @@ -56,7 +56,7 @@ You can get a full copy of the Source Forge Bacula Git repository with the following command: \begin{verbatim} -git clone git://bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} This will put a read-only copy into the directory {\bf trunk} @@ -67,17 +67,6 @@ once you have the repository in say {\bf trunk}, you can copy the whole directory to another place and have a fully functional git repository. -If you have write permission to the Source Forge -repository, you can get a copy of the Git repo with: - -\begin{verbatim} -git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk -\end{verbatim} - -where you replace \verb+<userid>+ with your Source Forge login -userid, and you must have previously uploaded your public ssh key -to Source Forge. - The above command needs to be done only once. Thereafter, you can: \begin{verbatim} @@ -177,7 +166,7 @@ machine regardless of how many git repos you work with. \item Download the Source code:\\ \begin{verbatim} -git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} \item Configure and Build Bacula:\\ diff --git a/docs/manuals/en/developers/regression.tex b/docs/manuals/en/developers/regression.tex index 0f3606d..32c80ba 100644 --- a/docs/manuals/en/developers/regression.tex +++ b/docs/manuals/en/developers/regression.tex @@ -39,7 +39,7 @@ are working in your home directory in a non-root account): \footnotesize \begin{verbatim} -git clone git://bacula.git.sourceforge.net/gitroot/bacula/bacula bacula +git clone http://git.bacula.org/bacula bacula \end{verbatim} \normalsize diff --git a/docs/manuals/es/developers/base/git.tex b/docs/manuals/es/developers/base/git.tex index 6674441..3b9f6fa 100644 --- a/docs/manuals/es/developers/base/git.tex +++ b/docs/manuals/es/developers/base/git.tex @@ -17,7 +17,7 @@ main Bacula source code with directories {\bf bacula}, {\bf gui}, and {\bf regress}. The second repository contains the directories {\bf docs} directory, and the third repository contains the {\bf rescue} directory. All three repositories are -hosted on Source Forge. +hosted by Bacula Systems. Previously everything was in a single SVN repository. We have split the SVN repository into three because Git @@ -56,7 +56,7 @@ You can get a full copy of the Source Forge Bacula Git repository with the following command: \begin{verbatim} -git clone git://bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} This will put a read-only copy into the directory {\bf trunk} @@ -67,17 +67,6 @@ once you have the repository in say {\bf trunk}, you can copy the whole directory to another place and have a fully functional git repository. -If you have write permission to the Source Forge -repository, you can get a copy of the Git repo with: - -\begin{verbatim} -git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk -\end{verbatim} - -where you replace \verb+<userid>+ with your Source Forge login -userid, and you must have previously uploaded your public ssh key -to Source Forge. - The above command needs to be done only once. Thereafter, you can: \begin{verbatim} @@ -167,7 +156,7 @@ would you do? \begin{itemize} \item Download the Source code:\\ \begin{verbatim} -git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} \item Configure and Build Bacula:\\ diff --git a/docs/manuals/es/developers/base/regression.tex b/docs/manuals/es/developers/base/regression.tex index 2d4c90b..a22711a 100644 --- a/docs/manuals/es/developers/base/regression.tex +++ b/docs/manuals/es/developers/base/regression.tex @@ -40,7 +40,7 @@ are working in your home directory in a non-root account): \footnotesize \begin{verbatim} cd -git clone git://bacula.git.sourceforge.net/gitroot/bacula bacula +git clone http://git.bacula.org/bacula bacula \end{verbatim} \normalsize diff --git a/docs/manuals/es/developers/git-en.tex b/docs/manuals/es/developers/git-en.tex index 6674441..3b9f6fa 100644 --- a/docs/manuals/es/developers/git-en.tex +++ b/docs/manuals/es/developers/git-en.tex @@ -17,7 +17,7 @@ main Bacula source code with directories {\bf bacula}, {\bf gui}, and {\bf regress}. The second repository contains the directories {\bf docs} directory, and the third repository contains the {\bf rescue} directory. All three repositories are -hosted on Source Forge. +hosted by Bacula Systems. Previously everything was in a single SVN repository. We have split the SVN repository into three because Git @@ -56,7 +56,7 @@ You can get a full copy of the Source Forge Bacula Git repository with the following command: \begin{verbatim} -git clone git://bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} This will put a read-only copy into the directory {\bf trunk} @@ -67,17 +67,6 @@ once you have the repository in say {\bf trunk}, you can copy the whole directory to another place and have a fully functional git repository. -If you have write permission to the Source Forge -repository, you can get a copy of the Git repo with: - -\begin{verbatim} -git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk -\end{verbatim} - -where you replace \verb+<userid>+ with your Source Forge login -userid, and you must have previously uploaded your public ssh key -to Source Forge. - The above command needs to be done only once. Thereafter, you can: \begin{verbatim} @@ -167,7 +156,7 @@ would you do? \begin{itemize} \item Download the Source code:\\ \begin{verbatim} -git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} \item Configure and Build Bacula:\\ diff --git a/docs/manuals/es/developers/regression-en.tex b/docs/manuals/es/developers/regression-en.tex index 2d4c90b..a22711a 100644 --- a/docs/manuals/es/developers/regression-en.tex +++ b/docs/manuals/es/developers/regression-en.tex @@ -40,7 +40,7 @@ are working in your home directory in a non-root account): \footnotesize \begin{verbatim} cd -git clone git://bacula.git.sourceforge.net/gitroot/bacula bacula +git clone http://git.bacula.org/bacula bacula \end{verbatim} \normalsize diff --git a/docs/manuals/fr/developers/git.tex b/docs/manuals/fr/developers/git.tex index 6674441..3b9f6fa 100644 --- a/docs/manuals/fr/developers/git.tex +++ b/docs/manuals/fr/developers/git.tex @@ -17,7 +17,7 @@ main Bacula source code with directories {\bf bacula}, {\bf gui}, and {\bf regress}. The second repository contains the directories {\bf docs} directory, and the third repository contains the {\bf rescue} directory. All three repositories are -hosted on Source Forge. +hosted by Bacula Systems. Previously everything was in a single SVN repository. We have split the SVN repository into three because Git @@ -56,7 +56,7 @@ You can get a full copy of the Source Forge Bacula Git repository with the following command: \begin{verbatim} -git clone git://bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} This will put a read-only copy into the directory {\bf trunk} @@ -67,17 +67,6 @@ once you have the repository in say {\bf trunk}, you can copy the whole directory to another place and have a fully functional git repository. -If you have write permission to the Source Forge -repository, you can get a copy of the Git repo with: - -\begin{verbatim} -git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk -\end{verbatim} - -where you replace \verb+<userid>+ with your Source Forge login -userid, and you must have previously uploaded your public ssh key -to Source Forge. - The above command needs to be done only once. Thereafter, you can: \begin{verbatim} @@ -167,7 +156,7 @@ would you do? \begin{itemize} \item Download the Source code:\\ \begin{verbatim} -git clone ssh://<userid>@bacula.git.sourceforge.net/gitroot/bacula/bacula trunk +git clone http://git.bacula.org/bacula trunk \end{verbatim} \item Configure and Build Bacula:\\ diff --git a/docs/manuals/fr/developers/regression.tex b/docs/manuals/fr/developers/regression.tex index 2d4c90b..a22711a 100644 --- a/docs/manuals/fr/developers/regression.tex +++ b/docs/manuals/fr/developers/regression.tex @@ -40,7 +40,7 @@ are working in your home directory in a non-root account): \footnotesize \begin{verbatim} cd -git clone git://bacula.git.sourceforge.net/gitroot/bacula bacula +git clone http://git.bacula.org/bacula bacula \end{verbatim} \normalsize
------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-devel