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

RE: SVN Client

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Fri, 23 Jul 2010 16:40:57 -0400

> I'm an ABAP developer. I would like to connect my system with a svn
> repository.
>
> My idea is that I comunicate the source code of every program, when
> the program is saved.
>
> All the others access to the svn (look up, diff, ecc.) should be
> done with an external client (still to be defined, but it is really
> of secondary importance).
>
> What is the minimum I've to develop to reach my goal?

You should probably read the first few chapters of the svn book at svnbook.red-bean.com/nightly/en/svn-book.html especially the first chapter.

But very simple answers to your question would be:

> Is there a WebService interface to svn?

WebDav not web service.

> How complex is to develop to direct over http?

http is one of the commonly used protocols an svn client uses to talk to an svn server.

> Is there any "http" simple "bridge" between a generic development
> system an svn?

I don't know what this means.

BOb
Received on 2010-07-23 22:41:35 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.