Page 1 of 1

AgentSVN and Microsoft SCC-Add-In for MS Access 2010

Posted: Sun Jul 11, 2010 9:21 am
by Josef
Hi!

Is it possible to use AgentSVN with the Microsoft SCC-Add-in vor Access 2010?
The Microsoft SCC-Add-In implements MSSCCI.
I could not use AgentSVN for this add-in. This is currently not possible or did I something wrong?

Note: With UnifiedSCC (Aigenta) I can use the add-in from MS. But there are some problems with it, so I'm looking for an alternative.


Josef

Posted: Sun Jul 11, 2010 2:53 pm
by jussij
The link to the plug-in you posted suggests the plug-in allows Access to work with Visual Source Safe.

This suggests to me that Agent SVN should also work, since it implements the same Visual Source Safe interface ;)

Cheers Jussi

Posted: Sun Jul 11, 2010 10:11 pm
by Josef
This Add-In also allow Access to work with Subversion, because it use the MSSCCI.
that Agent SVN should also work, since it implements
I was also this opinion before I tested some programs. :D
But now I found another MSSCCI provider and can use Subversion without bugs. :)

Josef

Posted: Sun Jul 11, 2010 11:00 pm
by jussij
I was also this opinion before I tested some programs
So what bugs did you find and which programs did you test it with :?:

The Agent SVN has not been tested against Access, but it has been tested against Visual Studio, Visual C++, SQL Studio Management and Zeus and it works just fine ;)

NOTE: The Agent SVN plug-in uses SVN itself so this does require the user to correctly configure SVN for the plug-in to work and getting SVN to work can be quite tricky. But there are configuration steps outlined in the help file.

Cheers Jussi

Posted: Mon Jul 12, 2010 6:14 am
by Guest
The Agent SVN has not been tested against Access, but it has been tested against Visual Studio, Visual C++, SQL Studio Management and Zeus and it works just fine
This is a problem with the SCC Add-In for Access. Some MSSCCI provider will not work with this Add-In.
Note: The SCC add-in exports the access objects as individual files in a folder. These files are used for check-in/check-out.

My first test: UnifiedSCC ... check-in/check-out worked, bug: revert (from previous revision) failed

TamTam: no comment ;)

AgentSVN: If I use AgentSVN, the Access objects will not be exported. => check-in/check-out fails because there are no files to check-in.

PushOk SVN Proxy: Currently I found no problem.

Josef

Posted: Mon Jul 12, 2010 8:43 am
by jussij
Hi Josef,

My guess is the SVN environment might not be setup quite right :(

If your interested there is this key in the registry:

Code: Select all

HKEY_CURRENT_USER\Software\Xidicone\Agent SVN\HelpDebug
If you set this flag to 1 then a log file will be produced in the C:\Program Files\AgentSVN folder and it should give you a bit more information as to why the check in/check out is not working.

If you e-mail me this log file I will also be more than happy to take a look at it :)

Cheers Jussi