ankhsvn

Ankhsvn “update solution” in VS2013 also retrieves all sibling folders not associated with the VS project

血红的双手。 提交于 2019-12-24 15:06:14
问题 I'm seeing some unexpected behavior in Ankhsvn and I'm wondering if this is possibly a bug, or by design and I'm misunderstanding something. I'm using an online subversion repository, and have some repositories set up with this file structure: "Browser URL": https://www.zzzzz.com/code/mememe/subversion-2/nodes/HEAD/trunk "Checkout URL": https://subversion.zzzzz.com/svn/abc.MyMiscProjects/ SqlScripts1 SqlScripts2 SomeOtherStuff1 SomeOtherStuff2 VS2013_Solution1 VS2013_Solution2 Up until now, I

How do you stop SVN Checkout from bringing back files that were deleted from the project?

僤鯓⒐⒋嵵緔 提交于 2019-12-23 18:52:27
问题 We are new to the subversion, tortoisesvn, ankhsvn stack. While in Studio 2008 we have deleted files from our project problem is when we do an svn checkout in our CI build we get the deleted files. How do I prevent these files from being included in the checkout? Thanks in advance. 回答1: You need to delete them in Subversion. From the TortoiseSVN menu, chose "Delete", then commit that deletion. On the command line, you can use svn rm <filename> , and then commit. 回答2: Make sure you've done an

Importing older code with revision history to a new SVN repository [duplicate]

為{幸葍}努か 提交于 2019-12-23 06:15:10
问题 This question already has answers here : Move an SVN respository when the server is dead (3 answers) Closed 5 years ago . I have a code checkout from an SVN repository which is now not working, so original SVN server is now down. And we have some local changes into SVN which is yet uncommitted. How can I move the existing code available to us with revision history to the newly created SVN repository? Any idea would be great to begin! 回答1: Unlike git, svn doesn't store the complete history

Creating branch in AnkhSVN adds entire repository to branch instead of single project

瘦欲@ 提交于 2019-12-23 04:09:19
问题 I have a single Subversion repository containing all my Visual Studio projects. The repository is organized as follows: repository/ branches/ project1_branch/ ... tags/ project1_tag/ ... trunk/ project1/ project2/ ... When I right-click on a particular solution I have open in Visual Studio 2010 and choose Subversion --> Branch Solution the default From Folder/URL is the trunk directory. How can I create a branch of just the specific solution/project I am working on? Thanks in advance for your

How do I reconfigure VisualSVN server from Copy-Modify-Merge to Lock-Modify-Unlock?

穿精又带淫゛_ 提交于 2019-12-23 01:29:23
问题 We have just started using VisualSVN, TortoiseSVN and ankhSVN plug-in to handle our source control. Initially we were good with the Copy-Modify-Merge style, but we have now found a need to move to the Lock-Modify-Unlock method. But we already have like 15 projects in our repository that follow Copy-Modify-Merge. What do I need to do to configure our repository to require locks for the existing projects and any projects that will be added in the future. I have seen the documentation on svn

AnkhSVN not showing in Visual Studio 2017

时光总嘲笑我的痴心妄想 提交于 2019-12-22 04:28:11
问题 I cannot see AnkhSVN as an option under "Tools - Options - Source Control" in Visual Studio 2017. I have uninstalled and reinstalled AnkhSVN, but no effect. Is there a way to fix this? 回答1: I came here looking for an answer to the same question. I am Running Windows 10 Enterprise and had VS2015 with AnkhSVN working before and after installing VS2017, but in VS2017 AnkhSVN was not available under SCC Plug-In Selection (even after uninstall and reinstall of the install executables downloaded

How do we keep track of our working copy's branch?

一世执手 提交于 2019-12-22 04:24:10
问题 Are there any good techniques to help us know which branch (or trunk) our working copy is from? We recently converted to Subversion and we're using release branches. I had two developers commit changes to the release branch that should have been committed to the trunk. We're using CI (TeamCity), so I recognized the problem right away and was able to revert the changes but I'd like to prevent it from happening again. From within Visual Studio, especially, it's easy to make a mistake and commit

AnkhSVN crash in Visual Studio 2017

两盒软妹~` 提交于 2019-12-21 17:34:21
问题 [W10 Pro x64 v1709, Visual Studio 2017 Community 15.6.0, AnkhSVN 2.7.12815.35086] I am getting a crash at VS startup of AnkhSVN in VS 2017. I believe this just started happening today - I don't remember it happening the last time I opened the IDE. Uninstall/reinstall of the extension doesn't help. Error msg when I attempt to open the Pending Changes window: AnkhSVN Exception An internal error occurred: Object reference not set to an instance of an object. Stack trace: System

Why are all files in AnkhSVN solution marked as new after installing TortoiseSVN?

会有一股神秘感。 提交于 2019-12-21 03:53:11
问题 After installing TortoiseSVN 1.6.0, all files loaded into an AnkhSVN enabled Visual Studio 2008 project are marked as new (blue +). I have tried re-installing AnkhSVN 2.0.6347 and checkout the repository into a new "clean" folder. However neither seem to resolve the problem. My question is kind of two fold, is there a resolution to this issue and if there is an in-compatibility between the two products (i.e. different SVN bindings?) is there a way to tell which combination of AnkhSVN and

subversion server name change with ankhsvn

懵懂的女人 提交于 2019-12-20 03:32:16
问题 IT has moved the location of the svn server to a different box. As a result all the source control paths need changed. I can't find where to do it in VS2010+AnkSvn. The change source control dialog (File-Subversion-Change Source Control) lists the SCC binding URL, but as a read-only value and doesn't appear to provide any way to change it. 回答1: I think it's the "Switch solution" button on the Pending Changes toolbar. Press it, enter the new URL and press OK. 回答2: Right click on project in VS,