Apache Server Configuration

Asked by VcDeveloper

Installed Subversion, but was unsatisfied with the tools made for it like KDESVN, RapidSVN, TortoiseSVN, so on and so forth. I uninstalled all except Subversion from Tigris. Just installed bzr package and the bzr-explorer. I'm new to anykind of Version Control.

My question is:

1) do I need to keep Subversion since I will be using Bazaar,
2) if I don't need svn then, do I need to re-install Apache, because it's the svn version, and
3) do you have a link to a tutorial or .pdf docs that explain how to set-up Bazaar on a server, using SSH and/or Apache. I need the server set-up for development collaboration.

I do have all the bzr .pdf tutorials. quick reference and user guide. I did not read all but, kinda skimmed through it looking for server info. May have looked over it, but if it's not there could you provide me a link for this information?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Neil Martinsen-Burrell
Solved:
Last query:
Last reply:
Revision history for this message
Best Neil Martinsen-Burrell (nmb) said :
#1

1) No, you don't need to keep Subversion. Bazaar is an independent project with no dependence on other version control systems.

2) You should not have to remove Apache, since it too will work without any involvement from Subversion.

3) A good place to start reading about administrating a Bazaar server is the System Administrator's guide: http://doc.bazaar.canonical.com/bzr.2.1/en/admin-guide/index.html

Revision history for this message
VcDeveloper (developer-gardenofedenblessing) said :
#2

Thanks Neil Martinsen-Burrell, that solved my question.

Revision history for this message
VcDeveloper (developer-gardenofedenblessing) said :
#3

Thanks for the reply!