[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Subversion GUI client?

From: Dassi, Nasser <NDassi_at_141xm.com>
Date: 2005-01-24 16:14:03 CET

JC,

You have 2 choices; both are clearly within the pervue of Subversion.

1. SVN for Dreamweaver (Commercial product)
    http://www.grafxsoftware.com/product.php/SVN_for_Dreamweaver_10/135/
    I have tested it, and it is okay. It has certain limitations which you will not enjoy.

2. WebDAV (I use this, over Apache2.)
    http://svnbook.red-bean.com/en/1.1/ch06s04.html
    http://svnbook.red-bean.com/en/1.1/ch08s04.html
    http://svnbook.red-bean.com/en/1.1/apc.html
    --> I use this in our shop. It allows a single WC to be shared among an ACL as managed by the WebDAV modules within Apache. SVN has an interface module which will be improved in 1.2 (in the works). The classic WebDAV module works great, and I even built a pre-scheduled cron-job to automatically commit WC changes to the repository [only a workaround until SVN 1.2 is released].

Simply, JC, these are the two options which would work. We use DreamweaverMX and Apache, and this is how we have our dev environment configured. It maintains the current (original) developer workflow, but adds Subversion behind-the-scenes. Arguably SVN was not originally designed for that deployment type, but it accomodates it cleary and very very well.

Please keep in mind: if Dreamweaver is *improperly* configured, then that will limit your results. The WebDAV approach works on both Win + Mac (and other platforms, too).

- nasser

Nasser Dassi
Sr. Technical Programmer
=========================================
E: ndassi@141xm.com
=========================================

-----Original Message-----
From: JC Hearn [mailto:jchearn@medicalnetsystems.com]
Sent: Monday, January 24, 2005 12:26 AM
To: 'Brian W. Fitzpatrick'
Cc: ''Branko Čibej' '; 'Peter McNab'; users@subversion.tigris.org; 'Monks, Peter'
Subject: RE: Subversion GUI client?

Hey, thanks to everybody who responded.

I really didn't expect to encounter this kind of response. On the one hand,
it was refreshing that people care enough to reply to a total stranger (not
just once, but repeatedly.) On the other hand, there seems to me to be some
entrenched thinking going on . . . .

Nevertheless, you guys are great.

Since no one seems to know of a way to do what I am trying to accomplish, I
try to will "work within the system."

Good night, and God bless.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 24 16:18:11 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.