I am trying to migrate from repoA containing the usual structure (branches, tags, and trunk) with subfolders in the trunk only to an existing RepoB that has projects and codes in branches, tags and tr
When I am trying to l开发者_运维问答oad / restore my SVN repositories, I get the error: svnadmin: Svndiff contains a too large window
Can someone enlighten me on this... When I uncomment the line in /etc/subversion/config store-auth-creds = no, and when I create a new repo, I see the following error:
ok I installed the subversion binary from collabnet onto my win7 computer. when I ran the installed it put the main files in:
I have two CVS projects, which I maintain in Eclipse. I check out first project, and for second project I use \"checkout in existing project\" option, so I\'m abl开发者_运维知识库e to maintain two CVS
For example, I only want 3 records of a certain branch or item. Thank you very mu开发者_运维技巧ch!
I have to remove a branch from svn history for good. Normally I would use svnadmin dump /path/to/repo |svndumpfilter --drop-empty-revs --renumber-revs exclude /branches/bad_branch
I have a branch in a badly structured svn repo that needs to be stripped out and moved to another svn repository. (I\'m trying to clean it up some).
Currently im setting up TortoiseSVN and reading through docs etc. The manual often mentions svnadmin. I figured out, that I have to download it seperatly.
Given: Repository_1 - source Repository_2 - destination I created a dump file of Repository_1/Folder1 using combination of svnadmin and svndumpfilter