visualsvn

Version Control software (client server model)

天大地大妈咪最大 提交于 2019-12-14 04:08:43
问题 I'm using windows 7 , and all what i want is to install Version Control server on one machine and let other developers to connect to it using the machine IP address and chekout, update and commit files I have tried VisualSVN and it works well for me , I also have tried to install Apache Server and try to configure it to run with subversion but I failed to do so , so if any one can help me I will appreciated Thanks in Advance Edit what I want if any one can suggest an alternative like

Can't commit several files from Visual Studio project to subversion

一曲冷凌霜 提交于 2019-12-12 15:51:14
问题 Since a few weeks, I have some problems with Subversion. When I try to commit files from a Visual Studio 2017 project there are some files which I can't commit to my Visual SVN Server. To be precise all files in the project folder like *.cs, *.config, *.csproj, *.resx, ... My setup: Client: TortoiseSVN 1.9.7 on Windows10 Server: VisualSVN behind a IIS-ReverseProxy running on Windows Server 2012r2 The error I get when I try to commit for example a *.cs file: Commit D:\Test\branches

Single user checkout in SVN

拟墨画扇 提交于 2019-12-12 11:11:01
问题 I want to do the following: When one user is editing a file from SVN, no other user can edit this file until the first user commits his changes. That is there would be some kind of writelock on files in svn. Is this possible in SVN? How to do it? Is it possible to set this for a single file or directory (not for the whole repository)? Why would this be useful? Conflicts on binary and some other files cannot be easily resolved. I would like to set my excel files in svn to be write locked in

getting new file added to subversion without updating whole folder

ぐ巨炮叔叔 提交于 2019-12-12 10:56:11
问题 What I want to do is be able to add a file to my folder which is under Subversion source control in my local computer and then commit it. no problem up to here. On the server I want to get the new file using Subversion but without having to do an 'Update' to whole folder (which may update a bunch of unrelated files). You see, if I make a change to an existing file - I go to the server mark that file and do 'SVN Update' (using TortoiseSVN) but if I added a new file on my local computer I have

SVN load new repository

∥☆過路亽.° 提交于 2019-12-12 03:22:32
问题 I am currently migrating a repo from Linux to windows. The problem I am having is that when load the new repository the hierarchy is [reponame]\[reponame] . Is there a way to move all the folders up one level? UPDATE used the following command to get the repo load svnadmin load [repo] > [repofile].dump 回答1: What was the repository hierarchy under Unix? Were you using http there? I'm not 100% sure what you you mean. Are you saying that the repository contains a directory that contains the name

SVNAdmin Load is not working

主宰稳场 提交于 2019-12-11 04:12:31
问题 So I created dump files for my old repositories. Now moving these to new server. When I use VisualSVN admin interface to import using Import Existing Repository --> Load Repository from a dump file Then it is fine. I am able to access new repository on new server. But if I use command line svnadmin create test svnadmin load test < test.dump Then I am not able to access this test repository from Tortoise SVN ( it won't show up) 回答1: Use the Import-SvnRepository PowerShell cmdlet to import the

SVN and renaming the server it's running on

雨燕双飞 提交于 2019-12-11 04:04:55
问题 I'm running VisualSVN as my SVN server and using TortoiseSVN as the client. I've just renamed the server from mach1 to mach2 and now can't use SVN because it's looking for the repositories at http://mach1:81/ instead of the new name http://mach2:81/ Any idea how to fix this? 回答1: Use the "relocate" option provided by Tortoise SVN. Just right click on the upper-most checked out folder, select relocate, and then enter the new URL. 回答2: Just change the address of the svn repository using switch

svn command line error “Server certificate verification failed: issuer is not trusted” how can i resolve this error?

别等时光非礼了梦想. 提交于 2019-12-10 16:10:02
问题 I have CCNET build server setup. I get above error when i define <sourcecontrol type="svn"> <executable>c:\Program Files\VisualSVN Server\bin\svn.exe</executable> <trunkUrl>https://test-server.local/svn/test/Websites/test.com/trunk</trunkUrl> <workingDirectory>D:\Program Files\mypath</workingDirectory> <username>user</username> <password>password</password> </sourcecontrol> in my ccnet.config I get Server certificate verification failed: issuer is not trusted test-server.local" how can I

Source Control with Visual Studio: switch from VisualSVN to Ankh?

两盒软妹~` 提交于 2019-12-10 02:36:45
问题 I am evaluating VisualSVN for me and a small team of developers. I set it up on the server (VisualSVN server) without problems and installed TortoiseSVN and VisualSVN in order to integrate it in Visual Studio 2008. So far, it works well and we use it for the development of our main application. I've heard good things about the new version of AnkhSVN too, which is open source and free. Since we are at the beginning with Subversion, I want to make the right decision now. Is it possible to

How to rebuild the mpfr.svn.build.vc10.zip in my own computer?

混江龙づ霸主 提交于 2019-12-08 03:34:53
问题 This question is about how to install "mpfr" with visual studio 2010 in windows OS. Though I have actually solved the mpfr installation problem by using a pre-compiled mpfr library (see the details here: install mpfr via precompiled mpfr library), I would still prefer to rebuild it myself since I am new and can learn more in C++ and Visual studio through such experience. However, per the guidelines in Brian Gladman's GMP/MPIR/MPFR/MPC page and after downloading the mpfr.svn.build.vc10 and