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

Re: web based client

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: 2007-05-18 22:30:43 CEST

bruce wrote:
> hi les...
>
> if the web client existed.. it would have to access the underlying acl
> process, allowing single file granularity...
>
> most of the clients that i've seen do the view process, as well as the
> version history functions...
>
> i haven't seen many (any?) that allow you to actually do a "double click"
> download/upload of a file that you're interested in dealing with...

ViewVC lets you download - and others probably do too. But you don't
'upload' to a version control system, you let it decide what changed and
commit the differences. I don't see the point of trying to make a web
browser that doesn't know much about your underlying working copy do
this when good clients exist and can run over http protocol. It might
be possible to make a web interface but something has to know the
version you started from in order to record the changes you made and
currently nothing does this without a working copy checkout. Remember,
the repository and file state may have been changed by others between
your down/upload. It probably wouldn't be too difficult to wrap web
access around a view of a working copy with push buttons for update and
commit but then the down/upload just becomes part of the edit step and
you'd need a separate copy per user.

-- 
   Les Mikesell
    lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 18 22:30:25 2007

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.