After my complaints about Mac Support, I am not sold on their concept. It looks like a nice convenience, but most of the admins I know are competent enough to set up Subversion, and ViewVC on their own. The other items like LDAP support seem like nice value add items. I am not sure that I want a black box which does updates running Apache in my domain. I like to know how it is configured, and that the security is set correctly. I don't want to have to worry that modifying it will break it. That is just me.
Monday, August 02, 2010
What is CollabNet Subversion Edge?
What is CollabNet Subversion Edge? It is beta software. I watched some nice video presentations, and was very excited to try it out. Well it does not offer support in beta on Mac OS X. It does offer support for Windows... figures. I would like to see support for Mac OS X. Linux support is awesome, but there is that other 1/3 of the current computer market that uses Macs.
Image via Wikipedia
After my complaints about Mac Support, I am not sold on their concept. It looks like a nice convenience, but most of the admins I know are competent enough to set up Subversion, and ViewVC on their own. The other items like LDAP support seem like nice value add items. I am not sure that I want a black box which does updates running Apache in my domain. I like to know how it is configured, and that the security is set correctly. I don't want to have to worry that modifying it will break it. That is just me.
After my complaints about Mac Support, I am not sold on their concept. It looks like a nice convenience, but most of the admins I know are competent enough to set up Subversion, and ViewVC on their own. The other items like LDAP support seem like nice value add items. I am not sure that I want a black box which does updates running Apache in my domain. I like to know how it is configured, and that the security is set correctly. I don't want to have to worry that modifying it will break it. That is just me.
Labels:
Subversion
Subscribe to:
Post Comments
(
Atom
)
Popular Posts
-
Introduction This article is not another diatribe to tell you the importance of unit testing. I think we can all agree that it is important...
-
A friend of mine asked me if there was a list of reserved words in EL and JSF. He had previously looked for it, and after some Google search...
-
I saw a question posed on stackoverflow called Trouble with Primefaces 3.0.M2 SelectOneMenu Ajax behavior and I had just done an example a...
-
I was working on a couple of SSL based issues when I made a couple of observations. The default self-signed key generation in Java does not ...
-
This is an example on how to make a system call to the local operating system to execute external programs. This example was written to work...
-
We have been doing a lot of work lately with PrimeFaces. A common set of questions comes up about displaying <p:dialog/> boxes on a pa...
-
I was asked earlier today how to reset fields in a JSF application, if the validation fails. In his case, he had a Richfaces table which had...
-
Image by quasarkitten via Flickr The basics for creating a Maven archetype can be found in the Maven - Guide to Creating Archetypes . The ...
-
Previously, I posted an example of how to use JSF 1.2 with form based authentication (j_security_check). In this example, I use JSF 2.x to...
-
Abstract A common use case is to iterate over a collection of elements, and display them on a page. In the world of JSP, we would use a Ja...
6 comments :
We do intend to support OSX eventually. In our experience supporting Subversion users, we find the overwhelming majority of users on OSX are using it as a client OS and not running a Subversion server. So it was not as critical (to us) to support it as a server before say Windows.
In terms of the Apache configuration, you still have access to the configuration files that are generated and you can even edit the httpd.conf if needed. Subversion Edge is focused on providing a "Subversion Server" and it optimizes the Apache configuration accordingly. We recommend using a separate Apache instance for running other applications.
That is a nice follow-up. I can understand your targeting Linux since you are correct about the majority of users would be using the client side application. However, my experience is that Windows users are doing the same thing.
I am not sure that I would be comfortable depending on a Windows server instance to support my Subversion repository. This may be based on my Linux/Unix/BSD/Mac OS X experiences. I may be slightly jaded on this.
Does the configuration allow you to lock it down, and still maintain functionality? For example, are most of the modules disabled?
Is there any one thing which, if modified in the configuration, may cause it not to function and update?
Windows server is our largest download by a mile, so we had to go off that statistic.
We write a default httpd.conf for your OS and then use various Include statements to pull in the generated files for the various configuration operations you specify in the web UI. Once httpd.conf exists, we never touch it again, so you are free to hack it however you need (and take on responsibility for it working). You can still use our Includes if they work for you, in which case you can also still benefit from the configuration UI.
Windows is the largest download! I guess statistically they are the largest install base of OSes. So even if it was 1% of 10,000,000 it would be 100,000.
I don't think I would personally change the configuration unless it was loading modules which are unused, or any wide open parameters. Very nice work. I will look forward to examining it once it is available for the Mac.
John - give uberSVN http://www.uberSVN.com a try - we are planning OS X support later this year...
I examined UberSVN after Elaine posted a comment. Again... it looks good, but without OS X support, I can not comment on how easy it is to use, or maintain. I have no interest in trying it on other platforms.
Thanks for the link though.
Post a Comment