Ben Collins-Sussman wrote:
> Someday an svn repository will correctly interoperate with vanilla DAV
> clients, i.e. will do 'autoversioning.' I've been working/thinking
> about it.
Hopefully said client(s) will support DeltaV by then too.
> The issue is that VSS, CVS, and DAV-sans-deltaV all share the concept
> of "per-file" revision numbers, rather than svn's global ones.
> Someone else on this list expressed frustration when trying to map svn
> to the VSS api; you might run into the same problems with
> Macromedia's version-control api, not sure...
The API seems fairly simple. There are only a handful of *required*
commands, most of which are trivial to implement. I wonder if it would
be worth writing a DLL which simply calls the svn command? Ideally there
would be a client DLL I could wrap around but from a quick glance at the
Subversion package installed on my *doze box there doesn't appear to be.
I'm a little out of my depth with Win32 development too - I guess this
is as good a place as any to get up to speed.
Required functions:
SCS_GetAgentInfo
SCS_GetNumNewFeatures
SCS_GetNewFeatures
SCS_Connect
SCS_Disconnect
SCS_IsConnected
SCS_GetRootFolderLength
SCS_GetRootFolder
SCS_GetFolderListLength
SCS_ItemExists
SCS_GetFolderList
SCS_Get
SCS_Put
SCS_NewFolder
SCS_Delete
SCS_Rename
Sam
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 14 19:17:04 2002