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

Re: I'm looking for Web-Based SVN Client

From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 23 Sep 2009 10:50:28 -0400

Exactly what are you looking for?

That people can download a single file via a webpage, and then upload a new
version of that file? Or, that a user can download a whole working directory
via a webpage, and then commit their changes?

There are several issues. First of all, the Subversion server itself doesn't
track checkouts, or modifications. That's done by the .svn directories, so a
Subversion client is usually needed to understand this directory. The other
is that Subversion is more adept for mass modifications of whole working
directories rather than single file changes. Subversion revisions not
individual files, but the entire repository. In software development, this
is a big feature because a single modification usually affects groups of
files. By tracking a group of files instead of individual files, Subversion
makes it easier to understand how your software has evolved.

What it sounds like you want is some sort of document repository where you
can track the changes of individual documents. You might be better off with
something like Owl <http://owl.anytimecomm.com/>.

On Tue, Sep 22, 2009 at 7:28 PM, Tetsuya Suga <t_suga324_at_yahoo.co.jp> wrote:

> Hello, First of all, I'm sorry for my poor English...
>
> Then, I'm looking for Web-Based SVN client, not web-based svn browser.
> I mean a kind of client on which I can commit files (upload move
> remove and so on).
>
> Does anybody know such a client?
>
> I'm looking forward to hear from you.
>
> Thank you.
>
>
>
> --
> Tetsuya SUGA
> From JAPAN.
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2398690
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subversion.tigris.org].
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2398918
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-23 16:51:34 CEST

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.