Discussion:
Subversion SCC providers?
Itamar O
2010-03-22 17:54:10 UTC
Permalink
Hi list,

I am trying to integrate SVN as a source control
provider for Active-HDL (from Aldec).
I understand that Active-HDL supports the SCC API ("MSSCCI"?),
and I was wondering if anyone knows of
any free / open source SCC providers for SVN.

Thanks,
Itamar O.
David Weintraub
2010-03-22 19:18:07 UTC
Permalink
Have you tried AnkhSVN?
<http://visualstudiogallery.msdn.microsoft.com/en-us/E721D830-7664-4E02-8D03-933C3F1477F2>.
Post by Itamar O
Hi list,
I am trying to integrate SVN as a source control
provider for Active-HDL (from Aldec).
I understand that Active-HDL supports the SCC API ("MSSCCI"?),
and I was wondering if anyone knows of
any free / open source SCC providers for SVN.
Thanks,
Itamar O.
--
David Weintraub
***@gmail.com
Itamar O
2010-03-22 20:19:31 UTC
Permalink
Hi David,
AnkhSVN indeed came up during my searches,
but according to [1] AnkhSVN works only with Visual Studio...

[1]
http://ankhsvn.open.collab.net/wiki/Faq/#head-c716115ea60f783551e22b1d6d505f0e3aa3a014
Post by David Weintraub
Have you tried AnkhSVN?
<
http://visualstudiogallery.msdn.microsoft.com/en-us/E721D830-7664-4E02-8D03-933C3F1477F2
Post by Itamar O
.
Hi list,
I am trying to integrate SVN as a source control
provider for Active-HDL (from Aldec).
I understand that Active-HDL supports the SCC API ("MSSCCI"?),
and I was wondering if anyone knows of
any free / open source SCC providers for SVN.
Thanks,
Itamar O.
--
David Weintraub
David Weintraub
2010-03-23 01:15:51 UTC
Permalink
Post by Itamar O
Hi David,
AnkhSVN indeed came up during my searches,
but according to [1] AnkhSVN works only with Visual Studio...
[1]
http://ankhsvn.open.collab.net/wiki/Faq/#head-c716115ea60f783551e22b1d6d505f0e3aa3a014
You can always give it a try. AnkhSVN is free and Subversion is free.
Doesn't hurt to try.

I checked with Active-HDL's manual, and it doesn't include Subversion
as one of its supported products. Your choice may be either dropping
Active-HDL for another IDE or use something other than Subversion for
version control.
Post by Itamar O
From the list they give, I would recommend Perforce. It's very much
like Subversion in many ways. For example, it also uses branching via
directories and has a concept of repository revisions via the
Changelist. It doesn't version directories, but it's merging
facilities are better. Unfortunately, it's about $800 per developer
for licenses (discounts for more developers, but still somewhere
between $700 to $800 per license).
Post by Itamar O
Hi David,
AnkhSVN indeed came up during my searches,
but according to [1] AnkhSVN works only with Visual Studio...
[1]
http://ankhsvn.open.collab.net/wiki/Faq/#head-c716115ea60f783551e22b1d6d505f0e3aa3a014
Post by David Weintraub
Have you tried AnkhSVN?
<http://visualstudiogallery.msdn.microsoft.com/en-us/E721D830-7664-4E02-8D03-933C3F1477F2>.
Post by Itamar O
Hi list,
I am trying to integrate SVN as a source control
provider for Active-HDL (from Aldec).
I understand that Active-HDL supports the SCC API ("MSSCCI"?),
and I was wondering if anyone knows of
any free / open source SCC providers for SVN.
Thanks,
Itamar O.
--
David Weintraub
--
David Weintraub
***@gmail.com
David Weintraub
2010-03-23 01:17:24 UTC
Permalink
Be helpful if I gave the URL to the manual:
http://support.aldec.com/KnowledgeBase/Article.aspx?aid=000775&show=avh00232.htm.
Post by David Weintraub
Post by Itamar O
Hi David,
AnkhSVN indeed came up during my searches,
but according to [1] AnkhSVN works only with Visual Studio...
[1]
http://ankhsvn.open.collab.net/wiki/Faq/#head-c716115ea60f783551e22b1d6d505f0e3aa3a014
You can always give it a try. AnkhSVN is free and Subversion is free.
Doesn't hurt to try.
I checked with Active-HDL's manual, and it doesn't include Subversion
as one of its supported products. Your choice may be either dropping
Active-HDL for another IDE or use something other than Subversion for
version control.
From the list they give, I would recommend Perforce. It's very much
like Subversion in many ways. For example, it also uses branching via
directories and has a concept of repository revisions via the
Changelist. It doesn't version directories, but it's merging
facilities are better. Unfortunately, it's about $800 per developer
for licenses (discounts for more developers, but still somewhere
between $700 to $800 per license).
Post by Itamar O
Hi David,
AnkhSVN indeed came up during my searches,
but according to [1] AnkhSVN works only with Visual Studio...
[1]
http://ankhsvn.open.collab.net/wiki/Faq/#head-c716115ea60f783551e22b1d6d505f0e3aa3a014
Post by David Weintraub
Have you tried AnkhSVN?
<http://visualstudiogallery.msdn.microsoft.com/en-us/E721D830-7664-4E02-8D03-933C3F1477F2>.
Post by Itamar O
Hi list,
I am trying to integrate SVN as a source control
provider for Active-HDL (from Aldec).
I understand that Active-HDL supports the SCC API ("MSSCCI"?),
and I was wondering if anyone knows of
any free / open source SCC providers for SVN.
Thanks,
Itamar O.
--
David Weintraub
--
David Weintraub
--
David Weintraub
***@gmail.com
Mark Phippard
2010-03-22 20:39:22 UTC
Permalink
There are no free or open-source MSSCCI providers to my knowledge. To
get access to the API requires signing an NDA with Microsoft, so that
makes it difficult, perhaps even impossible, to have an open-source
implementation.

I am aware of three providers for SVN. I have never used any of them.
Here they are in alphabetical order.

AgentSVN - http://www.zeusedit.com/agent/index.html
PushOK - http://www.pushok.com/soft_svn.php
TamTam SVN - http://www.daveswebsite.com/software/tamtamsvn/

Mark
Post by Itamar O
Hi list,
I am trying to integrate SVN as a source control
provider for Active-HDL (from Aldec).
I understand that Active-HDL supports the SCC API ("MSSCCI"?),
and I was wondering if anyone knows of
any free / open source SCC providers for SVN.
Thanks,
Itamar O.
--
Thanks

Mark Phippard
http://markphip.blogspot.com/
JussiJ
2012-06-20 09:21:36 UTC
Permalink
I am trying to integrate SVN as a source control provider
for Active-HDL (from Aldec).
I understand that Active-HDL supports the SCC API ("MSSCCI"?),
FWIW Agent SVN is a plug-in for Subversion that implements
the MS-SCCI but it is not is not free.

Jussi Jumppanen
Cooke, Mark
2012-06-20 10:00:33 UTC
Permalink
-----Original Message-----
Sent: 20 June 2012 10:22
Cc: users
Subject: Re: Subversion SCC providers?
I am trying to integrate SVN as a source control provider
for Active-HDL (from Aldec).
I understand that Active-HDL supports the SCC API ("MSSCCI"?),
FWIW Agent SVN is a plug-in for Subversion that implements
the MS-SCCI but it is not is not free.
Jussi Jumppanen
I am also interested in this for LabView which also supports the MSSCCI. A quick search yesterday indicated that AnkhSVN supported MSSCCI but it was just an initial search, can anyone confirm / deny this?

~ mark c
Bert Huijben
2012-06-20 14:16:57 UTC
Permalink
-----Original Message-----
Sent: woensdag 20 juni 2012 12:01
Cc: users
Subject: RE: Subversion SCC providers?
-----Original Message-----
Sent: 20 June 2012 10:22
Cc: users
Subject: Re: Subversion SCC providers?
I am trying to integrate SVN as a source control provider
for Active-HDL (from Aldec).
I understand that Active-HDL supports the SCC API ("MSSCCI"?),
FWIW Agent SVN is a plug-in for Subversion that implements
the MS-SCCI but it is not is not free.
Jussi Jumppanen
I am also interested in this for LabView which also supports the MSSCCI.
A
quick search yesterday indicated that AnkhSVN supported MSSCCI but it was
just an initial search, can anyone confirm / deny this?
AnkhSVN implements the newer MSSCCI VAPI implementation of Visual Studio
2005 and later, which allows updating the workflow to what you are used with
Subversion.

You really need the old checkout-checkin based implementation of the MSSCCI
spec for those other tools and AnkhSVN doesn't implement this (yet).

(There are some ideas on how we can provide a limited set of the AnkhSVN
features to other MSSCCI based tools, but some of the tools we really would
loved to have support for, have yet another SCC implementation)


Bert
~ mark c
Loading...