visualsvn-server

AnkhSVN Commits Are Very Slow

送分小仙女□ 提交于 2019-12-06 11:06:39
Recently, I had to move my SVN repositories to a different server, but I am experiencing some performance problems since the move. I am using Visual Studio 2005, AnkhSVN 2.1.7819.411 and TortoiseSVN 1.6.6 on my workstation and VisualSVN Server on the server which runs Windows Server 2008. Whenever I try to commit a file or view the file history in Visual Studio it takes twenty odd seconds. I confirmed that an exception has been made for VisualSVN Server on the server's firewall, but when I disable the server's firewall the performance is back to normal (1-2 seconds for a commit). When I do a

SVN Multiple Branch Tagging

佐手、 提交于 2019-12-06 06:20:20
问题 We are facing a problem with SVN Tagging. The figure below shows how our project is organized inside SVN. We use Tortoise SVN to do our checkout and Visual SVN as our server. This is how our project is organized within SVN Branch A (the main working branch) branches off the trunk and hence resides within the Branches folder.There are different modules inside this branch Branch B(a specific module called RNS) branches off Branch A at a later time (This was for a new enhancement) Note that

Why does the Jenkins SVN plugin give error E170001 when connecting to my VisualSVN server?

半城伤御伤魂 提交于 2019-12-06 02:17:58
问题 What I know about the VisualSVN server: it supports Windows Active Directory authentication and "basic" authentication using my Windows username and password. I can use TortoiseSVN, CollabNet, and Mac OS X Subversion clients successfully. To replicate the error, do the following: Install the Windows Jenkins package (version 1.616). Update the SVN plugin to version 2.5. Create a freestyle project. Under Source Code Management, choose Subversion. Input the repository URL. Add your Windows

SSL handshake failed: SSL error: Key usage violation in certificate has been detected

扶醉桌前 提交于 2019-12-06 02:00:45
I have installed kdesvn in ubuntu. But when I am trying to checkout, getting this error. SSL handshake failed: SSL error: Key usage violation in certificate has been detected. I have came across the solution for this as sudo mv /usr/lib/libneon-gnutls.so.27 /usr/lib/libneon-gnutls.so.27.old sudo ln -s /usr/lib/libneon.so.27 /usr/lib/libneon-gnutls.so.27 or sudo apt-get install libneon27 cd /usr/lib sudo rm libneon-gnutls.so.27 sudo ln -s /usr/lib/libneon.so.27 libneon-gnutls.so.27 But Still I am getting the same error. Execute the following commands sudo apt-get install libneon27 cd /usr/lib

SVN Error - 501 Not Implemented Commit Failed

江枫思渺然 提交于 2019-12-06 01:37:34
问题 I have a folder in a repository that cannot commit and even parent folders cannot commit. This happened several weeks ago, then worked, then on the blink again. I have cleared my authentication cache and no help. I can still work with other trunks but not this one and the error message does not help me where to go. I have done Clean Up. I have created a new directory from VisualSVN from the repository and same problem. Would you have any suggestions? Can I nuke the .svn folder and help? I don

Visual SVN Server: Guide on Pre/Post Commit Hooks

╄→гoц情女王★ 提交于 2019-12-05 20:45:50
This may be best as a wiki, given comments on here: Share common / useful SVN pre-commit hooks I'm using Visual SVN 2.1.7 on a Windows 7 machine. We have developers committing from various countries and we can manage the code changes by running local copies of the changes and then uploading manually via ftp to the server for each website that's being worked on. This is an incredibly time consuming process, but less time-consuming than fixing bugs on live sites, so it's a step in the right direction. On the Visual SVN website it makes a mention of post-commit and pre-commit hooks but fails to

Commit failed in Eclipse

本小妞迷上赌 提交于 2019-12-05 19:35:43
I am trying to commit one java file in Eclipse Juno Service Release 2 using SVN When I do Team/Commit on the file I get the following. Some of selected resources were not committed. Some of selected resources were not committed. svn: E155011: Commit failed (details follow): svn: E155011: Commit failed (details follow): svn: E155011: File 'C:\Users\...\workspace\...\src\com\MyCode.java' is out of date When I try and do Team/Update - whether on the file or the folder or the project, I get Some resources were not updated. svn: E175002: chunked stream ended unexpectedly svn: E175002: REPORT

VisualSVN Server: taking backups using svnadmin tool

耗尽温柔 提交于 2019-12-05 16:15:13
I have installed VisualSVN Server on Windows Server 2008. I was trying to create a hotcopy backup using svnadmin tool. It seems that I don't have this tool installed: C:\>svnadmin hotcopy C:\Repositories\Develop C:\temp\svnbackup 'svnadmin' is not recognized as an internal or external command, operable program or batch file. Does VisualSVN Server include svnadmin tool? How can I get this tool? I actually found the solution: I have these tools in this folder: C:\Program Files (x86)\VisualSVN Server\bin. I just had to add this to path enviromental values. nithin Actually you don't need to add

Could not read chunk size. Error in SVN

匆匆过客 提交于 2019-12-05 15:10:35
问题 I have recovered SVN repository from crashed PC and now I can checkout files from few directories but in one place during checkout it says: Error: REPORT of '/svn/RepTest/!svn/vcc/default': Could not read chunk size: Secure connection truncated (https://mypc:8443) Could anyone help me, how to fix that repository? Thanks! 回答1: I've just had the same error when trying to update a checkout to the latest revision. Some fiddling about revealed that it was one particular file causing the issue. For

Import a project in SVN from Xcode 5

大兔子大兔子 提交于 2019-12-05 12:08:03
问题 In xcode 4 organizer there was a button "import", in xcode5 how do I import a project in my svn repository? thanks 回答1: The question is a bit confusing so please advise if it's not exactly what you need (otherwise, feel free to accept the answer). The confusion is that the Xcode 4 workflow you describe is used to allow developers to manage repositories (svn or git). If you want to take an Xcode project and add it to an existing svn repository I am attaching links to answers for that question.