visualsvn-server

Eclipse VisualSVN error svn E175002: java.lang.NumberFormatException

心已入冬 提交于 2019-11-28 04:04:59
问题 So this error seems to occur when I attempt to add a new repository location in Eclipse. However, I am sure that the URL and authentication info (username and password) are valid. The error looks like this, and it occurs when I use https://localhost/svn/TestSVN as the URL. I understand I replaced the name of my PC with localhost but the same error occurs when I use the name of my PC instead. When I installed TortoiseSVN and VisualSVN-Server, I didn't do any custom installations so for the

How to require commit messages in VisualSVN server?

给你一囗甜甜゛ 提交于 2019-11-28 03:08:25
We've got VisualSVN Server set up as our Subversion server on Windows, and we use Ankhsvn + TortoiseSVN as clients on our workstations. How can you configure the server to require commit messages to be non-empty? Jason Jackson VisualSVN Server 3.9 provides the VisualSVNServerHooks.exe check-logmessage pre-commit hook that helps you reject commits with empty or short log messages. See the article KB140: Validating commit log messages in VisualSVN Server for instructions. Besides the built-in VisualSVNServerHooks.exe , VisualSVN Server and SVN in general uses a number of hooks to accomplish

SVN Rights Management Tool using Windows Authentication method

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-28 00:31:56
We're using VisualSVN Server as SVN server in Windows. But it has very limited abilities for managing rights. Also we couldn't use svn_access_file because our users are going to be authenticated using Windows Authentication method. Is there any tool to manage rights that uses/supports Windows Authentication? Lazy Badger it has very limited abilities for managing rights It has all abilities, that Subversion has per se. we couldn't use svn_access_file You can and must really, because Windows Authentication define only method of authentication, svn_access_file is authorization file and can refer

Control VisualSVN Server from C#

情到浓时终转凉″ 提交于 2019-11-27 23:08:50
I installed VisualSVN Server 2.5.4. I can create user and repository. My question is how can I create/delete user/repository from C#. Is there any library? Update 03/09/2015 There is no need to write custom WMI scripts anymore; PowerShell cmdlets available beginning with VisualSVN Server 3.4 cover the most Subversion server administration and repositories management use cases. Read about the new feature at https://www.visualsvn.com/server/features/powershell/ VisualSVN Server 3.4 introduces PowerShell module that provides you with a number of helpful cmdlets. The cmdlets can be used for

How do I create a SVN Commit Message Template and Hook to Verify

佐手、 提交于 2019-11-27 13:36:04
问题 I'm using Visual SVN Server and Tortoise SVN (client) for source control. I would like all developers to standardize on a consistent format for checkin notes. For Example I want their Commit Message to default to... Synopsis: Developer Name: (pre-populated) Reviewed By: [Bug Id]: [Change Bug State]: Known Issues: Affected Files: (pre-populated) In the future I'd like [Bug Id] and [Bug State] to supply the information to trigger an automated update to the Bug Tracking system. Also Developer

SVN Commit failed, access forbidden

ぐ巨炮叔叔 提交于 2019-11-27 03:05:42
问题 Recently I am facing problem of commit to SVN. The SVN server I am using is VisualSVN Server 2.5.9 and the client is TortoiseSVN 1.7.12. At first, one user is having problem to commit files to SVN. But that user still can access to the repository and download the update. The second user on second PC is working properly. But today, the second user is having the same problem as the first user. Why is this happen? How can the problem be solved? Thanks. 回答1: You can get the "Forbidden" error if

Will TortoiseSVN 1.7 work properly against a SVN 1.6 repository?

寵の児 提交于 2019-11-27 03:02:07
问题 I would like to upgrade my TortoiseSVN installation to version 1.7. We have a VisualSVN server running with a SVN 1.6 repository. Do I need to upgrade the repository to 1.7 before I can update my client, or is TortoiseSVN backwards compatible? I know that during the upgrade from TortoiseSVN 1.6 to 1.7, I need to convert my working copy to the new format, but during a commit does it have some logic to see the server version and adapt appropriately? 回答1: In the release notes Older clients and

SVN Rights Management Tool using Windows Authentication method

老子叫甜甜 提交于 2019-11-26 23:25:29
问题 We're using VisualSVN Server as SVN server in Windows. But it has very limited abilities for managing rights. Also we couldn't use svn_access_file because our users are going to be authenticated using Windows Authentication method. Is there any tool to manage rights that uses/supports Windows Authentication? 回答1: it has very limited abilities for managing rights It has all abilities, that Subversion has per se. we couldn't use svn_access_file You can and must really, because Windows

Control VisualSVN Server from C#

元气小坏坏 提交于 2019-11-26 21:39:45
问题 I installed VisualSVN Server 2.5.4. I can create user and repository. My question is how can I create/delete user/repository from C#. Is there any library? 回答1: Update 03/09/2015 There is no need to write custom WMI scripts anymore; PowerShell cmdlets available beginning with VisualSVN Server 3.4 cover the most Subversion server administration and repositories management use cases. Read about the new feature at https://www.visualsvn.com/server/features/powershell/ VisualSVN Server 3.4