 |
| Author |
Message |
|
|
Posted: Feb 21, 2012 - 12:15 AM |
|


Joined: May 11, 2004
Posts: 152
Location: Canberra Australia
|
|
OK, they have added AhknSVN 2.3, but 2.3.what? The version information for the extension is incomplete, so what version is it really?
Cheers
Simon |
|
|
| |
|
|
|
|
|
Posted: Feb 21, 2012 - 07:27 AM |
|

Joined: Mar 01, 2011
Posts: 155
Location: Atmel, Norway
|
|
| Ankh.Package.dll has a Product Version of 2.3.4413.24420 |
|
|
| |
|
|
|
|
|
Posted: Feb 23, 2012 - 02:58 AM |
|


Joined: May 11, 2004
Posts: 152
Location: Canberra Australia
|
|
Hi Danv,
I had found the dll version info myself, but it does not correlate to any of the info on this page which advise what version of SubVersion is supported:
http://ankhsvn.open.collab.net/
I am guessing that the dll versioning is different to AhknSVN release info.
I am trying to find out what version of SubVersion I can/should upgrade to? |
|
|
| |
|
|
|
|
|
Posted: Feb 23, 2012 - 09:49 AM |
|

Joined: Mar 01, 2011
Posts: 155
Location: Atmel, Norway
|
|
|
therat wrote:
I am trying to find out what version of SubVersion I can/should upgrade to?
The AnkSVN in the extension gallery was built from AnkSvn trunk around the end of january, so Subversion 1.7 is supported. Currently, to have AnkSVN for AvrStudio , you need to check out the AnkSvn code and modify its source.extension.VsixManifest to include :
<SupportedProducts>
<IsolatedShell Version="5.0">AVRStudio</IsolatedShell>
<IsolatedShell Version="5.1">AVRStudio</IsolatedShell>
</SupportedProducts>
We are working on sending these changes to AnkSVN so in some future you will be able to install an oficial Anksvn.
Dan |
|
|
| |
|
|
|
|
|
|
|