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

Subversion VS general DeltaV server/client

From: <hunkim_at_cse.ucsc.edu>
Date: 2003-01-23 02:07:38 CET

Hello,

I'm planning to design a general DeltaV client, since svn doesn't work against a general DeltaV server.

The general DeltaV client, dvc(DeltaV client) will have several version control commands like svn or cvs:

  - dvc import
  - dvc checkout
  - dvc commit
  - dvc update
  - dvc branch
  - dvc merge
  - dvc add
  - dvc delete
   ...

I have several questions to design the general DeltaV client.

I think basic commands(import, checkout, commit and update) could work with
server that support only basic versioning(linear versioning). Subversion
uses MKACTIVITY and MERGE to checkout(commit) and do you think we can
implement the basic commands without MKACTIVITY and MERGE support which are
advanced versionig package methods.

Also subversion expects some custom features from the server and the
subversion server is not a general DeltaV server.

Is there any reason that subversion uses some custom features?

I appreciate your help.

--
Sung Kim hunkim@cse.ucsc.edu
http://www.cse.ucsc.edu/~hunkim
Dreams become reality!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:08:08 2006

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

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