Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio 2022 support #14

Open
rhuijben opened this issue Jun 20, 2021 · 21 comments
Open

Visual Studio 2022 support #14

rhuijben opened this issue Jun 20, 2021 · 21 comments
Assignees

Comments

@rhuijben
Copy link
Member

AnkhSVN should support Visual Studio 2022.

@rhuijben rhuijben self-assigned this Jun 20, 2021
@jason1004
Copy link

Does it support Visual Studio 2022?

@rhuijben
Copy link
Member Author

rhuijben commented Jun 30, 2021

There are test packages available below 'Actions'. It is not published to the Microsoft store yet.

E.g. see: https://github.com/AmpScm/AnkhSVN/actions/runs/980303996

@johandanforth
Copy link

Noticed that under action, there is a build called "Ankh-VSIX-2019-only" but it also finds vs2015 when run.

@ashikiqbal
Copy link

Waiting for the VS 2022

@rudylhm
Copy link

rudylhm commented Nov 9, 2021

Also waiting for the extension VS 2022

@SirViver
Copy link

I'm trying this on VS 2022 built locally from source - seems to work mostly fine 👍 , though I noticed the Select/Deselect All functionality on the Pending Commits view appears to be broken. Maybe you could look into it? (Should I open a separate issue for this? Not sure I did everything correctly when building locally 🤔)

@sslfto
Copy link

sslfto commented Nov 18, 2021

I have installed the latest pakage for Visual Studio 2022 (Ankh.Package.vsix
https://github.com/AmpScm/AnkhSVN/releases/tag/v2.9.87 )
But there are no Plugin that i can choose in Visual Studio Settings->SourceControl.

What i do wrong?
image

@alexandruchirita4192
Copy link

alexandruchirita4192 commented Nov 23, 2021

@sslfto I used the latest Ankh-VSIX-2022 from https://github.com/AmpScm/AnkhSVN/actions/runs/1454586206 and for me AnkhSVN is shown in "Current source control plug-in" in Visual Studio 2022:
image

@tanngocIT
Copy link

Hi team, Any updates on this? I'm waiting for the extension VS 2022

@sslfto

This comment has been minimized.

@PhilJollans
Copy link

Hi Bert,

why isn't the release 2.9.87 in the Visual Studio Marketplace?
That is where most user's are going to look.

Phil

@sslfto
Copy link

sslfto commented Jan 10, 2022

@sslfto I used the latest Ankh-VSIX-2022 from https://github.com/AmpScm/AnkhSVN/actions/runs/1454586206 and for me AnkhSVN is shown in "Current source control plug-in" in Visual Studio 2022: image

I have used the newest Build, now it work's. Thanks!
image

@blopez
Copy link

blopez commented Jan 26, 2022

Hi Team,

Any news on the official availability for VS2022 in the marketplace?

@BjoernEngelke
Copy link

Hello,
Since VS 2022 17.2.3 I get following exception

image

Already sent an erro report. Anyone else discoverng this issue?

@cklaw
Copy link

cklaw commented Jun 16, 2022

Hi Bjoern

I get exactly the same thing. Have you found any solution yet?

Charles

@BjoernEngelke
Copy link

BjoernEngelke commented Jun 17, 2022 via email

@SirViver
Copy link

I get exactly the same thing. Have you found any solution yet?

I think a fix for this was already checked in a while ago, but for some reason they're reluctant to actually push these to marketplace.

You can either try to build the package from source yourself (which is what I do), or apparently extract the .vsix file from the automated build artifacts available under the "Actions" menu on top. Here's a link to one of the latest ones: https://github.com/AmpScm/AnkhSVN/suites/6340673262/artifacts/228431261. Just run the .vsix file directly - it will launch the VS extension installer.

@seayxu
Copy link

seayxu commented Aug 31, 2022

not work for 17.3.3

@fdelvalle7
Copy link

Hello, Since VS 2022 17.2.3 I get following exception

image

Already sent an erro report. Anyone else discoverng this issue?

A little late for this, but in my case I got the same error because I have previously installed then uninstalled VisualSVN plugin. It leaves information both in the solution and in the project files that makes visual studio throw this error.

Delete this section from the .sln file:

	GlobalSection(SubversionScc) = preSolution
		Svn-Managed = True
	EndGlobalSection

And delete these tags from .prj files:

    <SccProjectName>Svn</SccProjectName>
    <SccLocalPath>Svn</SccLocalPath>
    <SccAuxPath>Svn</SccAuxPath>
    <SccProvider>SubversionScc</SccProvider>

@ARMoir
Copy link

ARMoir commented May 4, 2023

@seayxu @fdelvalle7 Can you try out the installer from https://github.com/ARMoir/AnkhSVN/actions/runs/4586690041 and confirm if this resolves your issue? Just make sure that your Visual Studio is fully updated before proceeding.

@PatrickMcDonald
Copy link

It would be wonderful if you could promote a recent build from an action to the Releases in this project. Currently the last build from main (https://github.com/AmpScm/AnkhSVN/actions/runs/6112708622) was ~3 months ago and the artifacts have expired from it. I'm sure the build from a recent dependabot branch is fine, but it's not obvious from the actions page what the best build to use is. (Sorry for resurrecting such an old issue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests