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 do i stop system stack overflow in visual basic?
- How to remove shortcut/alias to a .cpp and .h file from another project in Visual Studio 2019?
- VS2010 Macro/Environment issue causing a HResult: 0x80070057 (E_INVALIDARG) exception
- DevOps 2022 Server not connecting on VS 2012 and VS 2010
- How can i make a prefab instantiate another prefab?
- VS2010 Installer Project Custom Action to run an EXE is failing
- I commit from my Microsoft Visual Studio, however, I am now seeing that i now have two versions of two files
- Is there a way to make AfxMessageBox() take focus from another program?
- in visual studio 2017 was use a model i made but i get the error Read_POLS_Chunk(): Error reading a polygon not 1-3 vertices
- C++ vector subscript out of range : Monotone Interpolation
- c language, When decimal digit of %g in printf equal to 0.5, and length is more than 6, it is not upper ceil, why?
- IloEnv env ; don't work in the dbug and it can access to it
- Create a kml for a Google Earth tree view item through vb-net
- Error in RDLC REPORT in vs2010- An error occurred during local report processing, Object reference not set to an object instance
- This AVD's configuration is missing a kernel file! Visual Studio Code
Related Questions in REPOSITORY
- Cant connect to any github repository from my netbeans 20
- Save Interface in DB golang
- Files lost from Github repository
- Single Github repository for two local repos for a fullstack project
- Git Webhook to trigger SageMaker Pipeline
- Need more parameters in subclass overridden method
- Build code in new cpp file in a cloned repository
- Troubleshooting Azure DevOps External Repository Cloning Authentication Issue
- How to have helm / helmfile install the most recent chart version from a repo?
- Can't able to merge branch to main branch in github
- I was a contributor on a Github repository that does not exist anymore. I still have those files on my computer. How do I upload the files to Github?
- Spring can't find the specified Bean
- Create SFDX project vs code from repository?
- Magnolia Git Repo Documentation Access
- Conditionnal repositories in Golang
Related Questions in ANKHSVN
- AnkhSVN Error in Visual Studio 2022 17.6.5
- AnkhSVN Error in Visual Studio 2022 17.2.5
- AnkhSVN hangs in VisualStudio 2017 after changing SVN password
- AnkhSVN error on updating solution: Can't write to connection: An operation was attempted on something that is not a socket
- GlobalSection ExtensibilityGlobals is repeated in .sln file
- Migrate to Local SVN repository
- Can I replace TurtleTasks in the AnkhSvn build
- AnkhSVN stopped working in Visual Studio 2019
- VS2017 repeatedly appends GlobalSection to solution file
- Ankh SVN not adding new files to the solution in Visual Studio after updating to latest subversion
- Installation of AnkhSVN Visual Studio 2019
- Subversion: Merging branch back into trunk results in crash/conflicted state
- Visual Studio 2017 with Redmine: How to configure
- AnkhSVN Visual Studio - SSRS Project File "You are trying to commit conflicted items"
- Not able to Add Solution to Subversion using Visual Studio 10 and AnkhSVN
Related Questions in SOURCE-CONTROL-BINDINGS
- What's the use of binding in TFS
- Azure Dev Ops: Unable to determine the Source Control Server
- Visual Studio 2019 cannot find binding info but VS 2015 is fine
- VS 2017 - TFS source controlled projects keep getting converted automatically to Git source controlled projects
- SSMS: Database could not be detected as it is linked. Make sure that the user has linked a database to source control
- How to rebind JDK Source Code to my IDE?
- Project in VS2010 unavailable and can't reload
- Why do source control entries keep getting added back to my .sln file?
- Adding a new VS2015 project to source control
- dynamic img control from string
- Visual Studio 2015 project fails adding to source control
- Remove TFS Bindings without a hack
- I am trying to change the source control binding for a project, it was previously bound to a folder in tfs but I want to bind it to another.
- In TFS, can I bind a file in another folder to a Project?
- Cannot rebind TFS Solution in Visual Studio 2013
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 # Hahtags
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)