visualsvn

Looking for Hosted Subversion and Visual Studio plug in combo [closed]

倾然丶 夕夏残阳落幕 提交于 2020-01-25 00:28:06
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Can anyone recommend a proven combination of a hosted Subversion solution and supported Visual Studio plug-in? I like what wush.net offers as far as a service, and I like VisualSVN as an IDE plug-in, but it doesn't look like wush.net supports access via VisualSVN / TortoiseSVN. Any suggestions? Thanks! 回答1: Wush

Resharper and TortoiseSVN

女生的网名这么多〃 提交于 2020-01-22 17:40:30
问题 Is there any good way to deal with the class renaming refactor from Resharper when the file is under source control and TortoiseSVN is the client. I have am trying VisualSVN right now but I haven't had the need to rename anything recently. I don't want to change our repository just to try this out. Also not sure if this feature alone is worth the cost of VisualSVN. Update: I have uninstalled the trial of VisualSVN and tried AhknSVN. I seems to provided the same functionality so far. I know

Make a directory a working copy without checkout?

北慕城南 提交于 2020-01-17 01:21:24
问题 So I am doing a project for my school but the problem is my school computers run deep freeze. Is there any way I can use SVN and make a directory a working copy without checking out? Does anyone know how SVN remembers if a directory is a working copy? Is there some config file I can save on my network drive? Thanks 回答1: SVN knows if the directory is a working copy by the presence of a hidden .svn directory which contains information about the working copy. As far as a working copy without

Using svnversion with svn:keywords

孤者浪人 提交于 2020-01-10 05:50:27
问题 I'm using Visual SVN on my Windows Box. I have Repository Application , which has Framework as an svn:external. All well and good. When I make a checkout of Application , I'd like to have the version of Application and Framework for inclusion in a footer file. This way I could have something like: Application Version $ApplicationVersion$, Framework Version $FrameworkVersion$ Ordinarily, I understand I could use svn:keywords and add the revision - but as I understand it, svn:keywords apply on

Import certificate into VisualSVN Server

你。 提交于 2020-01-01 08:25:09
问题 Is it possible to import the valid certificate of the Windows Server, where VisualSVN is installed, into VisualSVN? 回答1: Read the article KB134: Configuring SSL Certificates for VisualSVN Server and don't miss the relevant Getting Started section. UPDATE: Importing certificates in pfx format implemented VisualSVN Server 2.6: https://www.visualsvn.com/server/changes/2.6/ Yes, it's possible. Please consider the following steps: Export certificate and private key to pfx format Convert

Cannot commit jar file to svn after merge: 502 'Bad Gateway'

徘徊边缘 提交于 2019-12-31 03:08:11
问题 We use visualsvn with tortoiseSVN on the client for version control of the binaries. That is, when we want to test a project, the test branch is merged with the build branch. This essentially updates the jar file to a newer version. For some reason i cannot commit the now merged test branch, i get a 502 'Bad Gateway' error. I can commit some of the updated files , i have comitted the delete of the old jar file but i cannot commit the new jar. The error i get points to the build branch, not

TortoiseSVN working copy folder with conflicts but file list is empty

…衆ロ難τιáo~ 提交于 2019-12-24 16:34:13
问题 Context : Windows 7 + TortoiseSVN + Visual Studio 2010 + VisualSVN In the windows explorer , I can see one of my folder with the little red circle (like there is a conflict). So I do: Righ click on the folder -> TortoiseSVN -> Resolved and then a window titled "resolve" appears telling me "file list is empty" So I click "Ok" and my folder is still has the red circle, When I try "Clean Up", my folder is marked as ok (green circle), but if I go to the parent directory and come back, the red

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

VisualSvn分库限制IP地址访问

六月ゝ 毕业季﹏ 提交于 2019-12-23 13:52:21
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 在日常研发的时候,难免会遇到文档库和代码库有时候在同一个SVN服务器上的时候,那么如何限制不让代码check out到本地计算机呢? 在使用svn的时候,一般就是subversion+apache实现apache代理的svn访问(Linux)以及Visualsvn的集成式svn访问(Linux),但是无论哪种方式,都是通过apache实现的svn代理。 因此使用apache的配置文件来实现针对svn库路径的访问限制是最简单也是最可行的方式。 本人介绍使用VisualSvn实现分库限制 IP地址的方式限制访问。 1、配置文件,一般在visual svn安装目录下的conf目录下,名字为http.conf(有时候可能不显示.conf) 打开配置文件,添加红框内的一行,打开基于host的认证方式 2、在基础SVN目录配置的后面增加内容限制访问。如下图,用马赛克挡住的地方就是需要增加的地方。 在</Location>后面增加 <Location /svn/库名称(全)> Require ip 192.168.1.100(允许访问的IP地址) Require ip 192.168.1.101(允许访问的IP地址) </Location> 如果有多个库可以多加几个: <Location /svn/库名称(全)>

Setting up Visual SVN for real world use

删除回忆录丶 提交于 2019-12-22 14:58:25
问题 I have just setup VisualSVN on my local machine and on our server that hosts our websites. I used the standard default settings when installing the software but I'm a bit confused how to use this with our setup. I have tested the installation and everything appears to be working ok. In Visual Studio 2008, I can connect to and commit the website files to the server successfully using "IP of server/svn/domainname folder". If I point my browser to the url "IP of server/svn/domainname folder" and