visualsvn-server

VisualSVN Server what Windows Server 2008 roles needed for user to be able to login

北战南征 提交于 2019-12-23 19:28:44
问题 I have an SVN Server located on a Windows Server 2008 and I have setup my username properly at the SVN level (read/write access rights). But when trying to access the server via a browser, I get the You don't have permission to access /svn/project1/ on this server. Are they any special Windows Server Roles that I need to setup in order to make this svn user login work? 回答1: No special Windows Server roles are required. You should check what is logged to VisualSVN Server log when you get the

How to add a project to svn server?

孤街醉人 提交于 2019-12-23 17:15:01
问题 I have to add a project to the SVN server repository and I would be thankful to get some links or little help on how to do that. The URL to the SVN repository is https://192.168.1.4:448/svn/BDRAsigViata/ . The project is located on the desktop. The path is /Users/name/Desktop and the name of the project is BDRAsigurariViata v1.0.zip . I tried to add the project this way svn import /Users/name/Desktop/BDRAsigurariViata v1.0.zip https://192.168.1.4:448/svn/BDRAsigViata But it isn't working. Am

SVN repository content

断了今生、忘了曾经 提交于 2019-12-23 17:11:21
问题 I have set up VisualSvn Server, created a repository and added Visual Studio solution to it by using AnkhSVN. The url for repository is something like https://msi-pc/svn/MyProj/ . Due to my incompetence a question : is this URL mapped to location on HD where I can see actual solution files ? In C:\Repositories I don't find them. Perhaps my understanding of SVN is wrong, I thought that repository contains the most recent version of my solution that I checked in (like in TFS). Thank you, 回答1:

Is VisualSVN Server generally viewed as a trustworthy SVN server?

天涯浪子 提交于 2019-12-23 08:54:33
问题 is VisualSVN Server generally viewed as a trustworthy SVN server? 回答1: My company has been using it. As far as I can tell, it's just a custom distribution of SVN + Apache rolled into an installer, so its "trustworthiness" will be the same as Apache's and subversion's. 回答2: I've been using VisualSVN Server for a few weeks along with the VisualSVN client for Visual Studio. It has been trouble free and setting it up was easier than falling off a log. The management console lets you create

Export the changed files from visual svn on current commit visual svn server on windows (powershell script)

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-23 04:23:05
问题 Need to export the changed files from visual svn on current commit visual svn server on windows. I tried using windows power shell script and bat file on post-commit to achieve this. I'm new to poswershell scripting. I got the code to export current revision. It is as follows. # Store hook arguments into variables with mnemonic names $repos = $args[0] $rev = $args[1] # Build path to svn.exe $svn = "$env:VISUALSVN_SERVER\bin\svn.exe" # Build url to repository $urepos = $repos -replace "\\", "/

How do I reconfigure VisualSVN server from Copy-Modify-Merge to Lock-Modify-Unlock?

穿精又带淫゛_ 提交于 2019-12-23 01:29:23
问题 We have just started using VisualSVN, TortoiseSVN and ankhSVN plug-in to handle our source control. Initially we were good with the Copy-Modify-Merge style, but we have now found a need to move to the Lock-Modify-Unlock method. But we already have like 15 projects in our repository that follow Copy-Modify-Merge. What do I need to do to configure our repository to require locks for the existing projects and any projects that will be added in the future. I have seen the documentation on svn

How can I give remote access to my visualsvn server

匆匆过客 提交于 2019-12-22 06:56:24
问题 I am currently running VisualSVN Server Enterprise on a Windows Server 2008 R2 x64 machine and I had no problem installing and setting it up locally. I need to give remote access to a user in the UK and wanted to know how this is done on a Windows Server. I presume he will access it using https but I have no idea what I need to do on my end locally to grant remote access. Any help or direction would be much appreciated. Thanks. 回答1: First can you please check the Visual SVN on what port and

How to change where Subversion repositories are stored?

北慕城南 提交于 2019-12-21 03:40:32
问题 Newbie question: I just installed VisualSVN Server and created a repository. I noticed that it created it at C:\Repositories. I need it stored on my D drive instead as there is more space there. I Googled around but can't figure out how to do it. This is a new installation so - if it is easier - I could delete the repository first. In a nutshell: How do I get Subversion to store repositories at D:\Repositories instead of C:\Repositories? Thanks, Roger 回答1: Uninstall your VisualSVN Server,

TortoiseSVN file overlay performance - are there any ways of improving it?

时光怂恿深爱的人放手 提交于 2019-12-20 11:53:35
问题 I'm using TortoiseSVN on my development machine (running Windows Server 2003) and VisualSVN Server on the server side. Both are the latest versions (against Subversion 1.6.5). Everything works well generally; however I'm getting a little frustrated with the TortoiseSVN file overlays (the little icons that show locked or modified statuses on the files in Explorer). Sometimes these overlays seem to update instantly after a commit or lock, sometimes they only change after a couple of refreshes,

Recover svn from directory backup after server failure

拟墨画扇 提交于 2019-12-19 08:58:15
问题 The machine hosting our svn server failed. We were able to recover the C:\Repositories\ directory. How do we migrate this to a new host? 回答1: Just install svn as normal on the new server, copy the Repositories directory to the new server, and point svn at the directorys containing your repositorys. 来源: https://stackoverflow.com/questions/610652/recover-svn-from-directory-backup-after-server-failure