I've been using AnkhSVN with VS2010 for development of several projects ("solutions"). For a while my commits have been going fine. But recently, Ankhsvn has changed my repository to one of my projects, so that what should be a child project now duplicates the entire repository structure. This has happened on more that one occasion such that the current project I have to check out is located within another project which itself is within another project. I've gone to File -> Subversion -> Change Source Control but the URL can't be edited. When I try using Pending Changes, I get an errmsg about a broken lock on the working copy. Of course I have tried Clean several times. I also tried Switch which I think got me into more trouble. How did the repo get changed in the first place? Any idea what I did wrong (and how to fix) ?
ankhsvn: repository gotten folded internally
1.3k Views Asked by viejo At
1
There are 1 best solutions below
Related Questions in VISUAL-STUDIO-2010
- How would I be able to use a file in visual studio project on any computer?
- Which is the most advantageous strategy for creating a tweaked Visual Studio Project Template?
- ASP.NET textbox textchange with same text input
- windows phone emulator of visual studio 2010
- Reference to an object magically disaprears? STRANGE
- Implementing a custom header bar for chromiumembedded
- Aldebaran Nao robot simulator without a real robot
- windows form application to work with Oracle without installing Oracle client
- Referenced DLL is not found when running application from VS
- Records won't update in datagridview
- Writing to text file with StreamWriter. File used by another process
- Double templated function overload fails
- Make input to Web Service field optional not required
- How to update label from callback function in code behind?
- display .NET code error instead of HTTP 500
Related Questions in REPOSITORY
- How to push a Git server repository issues to Github repository?
- escaping values in Spring Data Repository
- Duplicate entry '[X]' for key '[Y]' on JPA repository 'save' operation. Saved entity has its key defined already
- Mock service that takes unitOfWork in constructor
- How to turn local source code directory into remote git repo?
- Migrating Nexus repository manager
- How to configure authentication for access of repository in pom.xml?
- Get Record ID in Entity Framework 5 after insert
- Android Studio Best way import module from other repository
- Repository Pattern with Repository Factory
- Octokit.net Creating new repository
- No Author in SVN Repo Logs
- Attaching an entity of type '' failed because another entity of the same type already has the same primary key value
- mercurial - several projects and repositories
- Symfony2: How to Call functions in Repository class from Type
Related Questions in ANKHSVN
- Ankh svn not appearing in source control for visual studio 2013
- Visual Studio reverts source control to ankh svn when opening project
- Ignore re-generated but unchanged files in a Subversion commit
- Change the Ankh Subversion / SVN URL folder path in Visual Studio
- Import some of the files of a svn repository in visual studio
- Add NuGet Packages Folder to Solution File?
- Tool for comparing files in Visual Studio 2010
- AnkhSVN Newer Copy on Local
- ankhsvn repository url is empty
- How do you exclude .svn directories from search in Visual Studio?
- Setting up AnkhSVN with Visual Studio 2010
- Subversion hangs during large commit
- How can I change the SVN URL in Visual Studio
- Subversion Merging
- Publishing website get error with resharper and subversion
Related Questions in SOURCE-CONTROL-BINDINGS
- HowTo: change a project's status from `Invalid` to `Valid`?
- TFS 2010 add solution to source control not working
- ClearCase Integration with Visual Studio
- How to remove TFS bindings from a Codeplex project
- What's the use of binding in TFS
- P4VS Source Control Binding Error On Startup
- In TFS how can I correct the links to work items on an existing changeset
- Source control binding status is invalid: Visual Studio 2005 and VSS
- VS 2017 - TFS source controlled projects keep getting converted automatically to Git source controlled projects
- Project in VS2010 unavailable and can't reload
- How to make some file donot be needed to be checked in on TFS
- Visual Studio 2010 source control disappearing from Solution Explorer
- How to rebind JDK Source Code to my IDE?
- SSMS: Database could not be detected as it is linked. Make sure that the user has linked a database to source control
- Azure Dev Ops: Unable to determine the Source Control Server
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
What probably happen is that the binding path was changed. You can change this by selecting the solution in File -> Subversion -> Change Source Control, and clicking the
...button. This value is stored in the sln file in the SCC Bindings section.What happens when checking out the solution, using File -> Open -> Subversion Project, is that it checks out at the level defined by the SCC Binding Path above.
I would also recommend checking out a smaller working copy, because it's much more efficient that way. You're looking to check out at the trunk level (or any branch ofcourse). Checking out above branch means that branching and tagging is suddenly expensive (because each time it happens your working copy grows a lot)