zCVS directory missing
zCVS directory missing
Tried an install of 64 bit 3.98z and latest 3.99a Zeus on a 64 bit Win 8.1 machine and in both cases the zCVS directory and the zcvs.dll file are missing. I have an older VM with a 32 bit version of Zeus installed and I see a zCVS directory there. Is cvs support only for 32 bit installs ?
Re: zCVS directory missing
I take it by this you're still using CSV. I'd say you're probably the last Zeus user still using CVSTried an install of 64 bit 3.98z and latest 3.99a Zeus on a 64 bit Win 8.1 machine and in both cases the zCVS directory and the zcvs.dll file are missing.

The cvs support was removed from the installer when the Zeus 64 bit version was first created.
The main reason it was dropped from the installer was the latest installers were changed to run without local admin rights.
However, to install the zcvs.dll requires local admin rights, as changes to the local machine registry are required.
Some of the other reason why it was dropped:
a. It reduced the size of the installer.
b. The demand for CVS was assumed to be extremely low.
c. It meant less testing was needed for the now two variants of Zeus.
Now that zcvs.dll is still found in the Zeus Lite package found here:
https://www.zeusedit.com/lite/download.html
And that installer lives side by size with other versions of Zeus as it installs into this folder:
C:\Users\<user id>\AppData\Local\Programs\Zeus Lite\zCVS\
However, that installer also runs in local mode so to install the zCVS.dll will requires editing the registry key. The changes needed are described here:
C:\Users\<user id>\AppData\Local\Programs\Zeus Lite\zCVS\cvsdoc.html
As a test I tried loading the zSCV 32 bit dll in the Zeus 64 bit and it failed to load.I have an older VM with a 32 bit version of Zeus installed and I see a zCVS directory there. Is cvs support only for 32 bit installs?
That same test worked fine for the Zeus 32 bit.
So I think it is safe to say it will only work that only Zeus 32 bit version.
Cheers Jussi
Re: zCVS directory missing
No worries, I had used CVS ages ago and needed a quick and dirty source repository and thought using the built in one in Zeus was my shortest path to a solution. I will move on to something more contemporary ...
Re: zCVS directory missing
You could try out both of these option (the can live side by side):I will move on to something more contemporary
Agent Git (Git)
https://www.zeusedit.com/agentgit/index.html
Agent SVN (Subversion)
https://www.zeusedit.com/agent/index.html
Both will work with Zeus and on the Agent SVN page from above there is a Connect Zeus to Subversion using Agent SVN video describing that process.
I would suggest Agent SVN as I think you'll find Subversion is very similar to CSV.
Having said that, the Agent Git option might actually be even easier to use, as it just creates a Git repo in your project/workspace folder and away you go.
In both cases I'd also suggest installing Tortoise Git and Tortoise SVN as they will let you browser the repos created.
Cheers Jussi
Re: zCVS directory missing
It turns out getting Agent Git to work with Zeus is very easy as described here: viewtopic.php?f=5&t=8264
Cheers Jussi
Cheers Jussi
Re: zCVS directory missing
Thanks!