Installed, although not installed?

Get help with the installation and running of the Agent Git or Agent SVN plug-ins. This section can also be used for posting comments, suggestions or submitting feature requests. Please do not post bug reports here. When in doubt post your question here.
Post Reply
kleist
Posts: 22
Joined: Tue Jan 11, 2011 6:20 pm

Installed, although not installed?

Post by kleist »

I'm currently evaluating "Liquid XML Studio" and got a surprise when opening its option dialog "Select Source Control Provider".

One of the listed plug-ins were "Zeus SCC-CVS". And this although I haven't installed "Agent SVN".

Searching for "Zeus SCC-CVS" in the registry reveals:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SourceCodeControlProvider\InstalledSCCProviders]
"Zeus SCC-CVS"="SOFTWARE\\Xidicone\\Zeus SCC-CVS"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Xidicone\Zeus SCC-CVS]
"SCCServerName"="Zeus SCC-CVS"
"SCCServerPath"="D:\\local\\Zeus\\zCVS\\zCVS.dll"
How comes? Is (part of) Agent SVN included in Zeus Editor?

P.S. I'm using rsync.net for my svn repositories so I'm pretty curious on "Agent SVN"...
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

One of the listed plug-ins were "Zeus SCC-CVS". And this although I haven't installed "Agent SVN".

The Zeus SCC-CVS is a SCC plug-in for CVS that comes as part of the Zeus install. It allows Zeus to talk to the CVS version control.

There is a tutorial on how to use it on the Start, All Programs, Zeus for Windows, Tutorials menu. But this plug-in will only work with Zeus.

The Agent SVN is a SCC plug-in for SVN and it is a separate download: http://zeusedit.com/agent/download.html

The Agent SVN plug-in should work with any IDE that implements the MS-SCCI source control interface.
P.S. I'm using rsync.net for my svn repositories so I'm pretty curious on "Agent SVN"...
Agent SVN is probably a little different since it actually implements the MS-SCCI interface and I think it is one of only a few plug-ins that actually does so.

The MS-SCCI interface allows the plug-in to tie in directly to the menus of IDE itself (i.e. Checkout, Check In, Compare, Get Latest, History etc).

The initial setup can be a little tricky but once the setup is complete it should allow the IDE to seamlessly integrate with SVN.

Inside the Agent SVN help file there are lots of tutorials on how to do this initial setup.

Here is an example of a typical once off setup: http://zeusedit.com/agent/ssms/ms_ssms.html

It looks like "Liquid XML Studio" implements the MS-SCCI so it should in theory work with Agent SVN, but this has never been tested at this end ;)

Cheers Jussi
Post Reply