svnadmin
Create VisualSVN Server repository using command line
How do I create a new repository in VisualSVN server from commandline? svnadmin create IKnowIShouldBeUsingMercurialOrGitRepository[详细]
2023-04-10 07:46 分类:问答svnadmin load checksum error
I have a SVN dump with some manually modified code in it, an I\'m tryng to l开发者_运维知识库oad the dump back into a repository. The problem is now I have checksum failures for the changed revisions.[详细]
2023-03-22 12:45 分类:问答Splitting up an SVN Repository
so when trying to set up an SVN server I somehow managed to make our repositories folder a single repository, and every repository created after that was treated as part of that repository. Now I have[详细]
2023-03-14 22:28 分类:问答How do I remove a top-level directory from an SVN repository without losing history?
I have a SVN repository with the following layout: trunk/somedir/a /b /[et cetera] branches/branch1/somedir/a[详细]
2023-03-14 16:36 分类:问答Merging a part of SVN repository to another repository with history
I have to svn repositories , lets say Aand B. I want to add some of the directories of the B into A along with history.Is it possi开发者_如何学编程ble to do that. To make more clear, followingis the s[详细]
2023-02-22 13:32 分类:问答Migrating part of Subversion repository to new server and repathing
I\'m attempting to migrate part of an Subversion repository to a new Subversion server. http://server1/svn/repo1/path1/path2/path3 -> http://server2/svn/repo2/path3[详细]
2023-02-19 16:00 分类:问答svn repo borked by git svn remove and add?
I had a directory, Dir, that I removed with git svn, and then I added dir. By checking this two-commit in, svn is no longer able to update, hanging on the inability to add a directory which already ex[详细]
2023-02-17 05:46 分类:问答Is there a way to move a svn repository if you don't have access to the svn server?
I have been seeing information on how to move a repository if you have access to the server the repository is hosted on but what if you only have the login information for the repository?[详细]
2023-02-16 20:40 分类:问答Redoing manual merge with SVN merge
I\'m trying to fix an SVN project where the 开发者_如何学编程following happened: A feature branch was taken from trunk[详细]
2023-02-15 15:06 分类:问答Add new SVN "repo" in poorly constructed repo/project setup
Unfortunately, the answer to this question isn\'t quite as simple as it sounds... but I hope it can still be relatively simple. Please read all the way through before telling me that the answer is: \"[详细]
2023-02-13 07:09 分类:问答