visualsvn

Should we migrate from svn to Team Foundation Server 2010?

元气小坏坏 提交于 2019-12-04 17:17:45
问题 We are with 6 developer and currently use Visual Studio 2008 Professional with SVN and Visual SVN. As soon as vs2010 is released we will upgrade from vs2008 pro to vs2010 premium. However if Team Foundation Server has a proper source control included in vs2010 premium, then it does make sense to use it. We like SVN, but like tight integration of tools even better. On the internet information on SVN versus TFS 2010 seems to be scarce. Hence my question here. EDIT: This video looks very

在Win2003服务器上安装VisualSVN时遇到的问题

我们两清 提交于 2019-12-04 05:16:39
想在Win2003的服务器上安装个SVN以后更改代码也都方便多了 还能查看之前的修改记录。 我下载的是 VisualSVN 可视化的操作更方便一点吧,它的工作原理是利用apache提供服务对各个版本进行管理,虽然apache单独安装时默认端口是80,但是在这个VisualSvn里给它开的端口默认是443(在安装的时候可以修改),这样就不会和iis冲突了。 在安装服务器上之前,先在本地Win7上装了试下一切正常,但是在Win2003环境上安装的时候在开启SVN服务的时候出现错误。错误信息:“Service‘VisualSVN Server’ failed to start. Please check VisualSVN Serverlog in Event Viewer for more details.” Google了一下,解决方法是: 打开系统服务services.msc(一定不要再取消安装之后再看服务,那时服务由于回滚已经被卸载了),发现VisualSVNServer没有启动成功: 把登录身份改为”本地系统账户“后,点击错误信息上的“重试”按钮就可以安装成功了。 这个错误还有网友提出另外一种解决方法:(这是apache报出的错误) 1.网上邻居->本地连接->属性->internet协议(TCP/IP)->属性->高级->wins标签->去掉启用LMhosts查询前的勾. 2

SVN: Colleague checked in a folder into repository, but I can't Update my version to it

孤人 提交于 2019-12-04 02:50:44
In showing a colleague how to use SVN yesterday, we created a test folder and file within our existing Visual Studio Solution. We'll call it "Test" folder with two files, "Test.ascx" and "Test.ascx.cs". We added it (or Visual SVN added it, 'cos it's awesome), and committed it. We also added and committed other files elsewhere in the project. We can see it in the repository (and the other files). Doing an update on my own machine to pull down these new files resulted in the other files being pulled down correctly, BUT the Test folder does not appear. No matter how many times I try Updating from

Resharper and TortoiseSVN

随声附和 提交于 2019-12-04 00:07:39
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 this my sound trivial but the indicators seem to be lacking some functionality, it seems like they don't

Access to '/SVN/[repo name]/!svn/me' forbidden [duplicate]

一个人想着一个人 提交于 2019-12-03 23:13:41
This question already has an answer here: SVN Commit failed, access forbidden 7 answers I am having some issue with some SVN users where they get the following message Access to '/SVN/[repo name]/!svn/me' forbidden I am having some issues figuring out the root cause of it. The current setup is using Visual SVN on windows. We are using SVN security for the users, not AD. The users are that are having some issue are vendors(but not all of them), so they do have different permissions then an average user. But the weird thing is, I shadowed the user using Live meeting. They try to commit and get

SVN checkout fails with “chunk delimiter was invalid”

不打扰是莪最后的温柔 提交于 2019-12-03 21:11:45
ERRORS: When checking out a large project we receive error on a random file in the project: Could not read response body: SSL error: decryption failed or bad record mac Response was to disable SSL and restarted SVNServer. Retested and got this error: chunk delimiter was invalid So examined the SVNserver log: Error writing base64 data: APR does not understand this error code [500, #620018] Provider encountered an error while streaming a REPORT response. [500, #0] A failure occurred while driving the update report editor [500, #620018] We can recreate the above 100% of the time. TRIED: From here

Visual SVN and Visual Studio 2010 Beta 2 won't play nice

孤街醉人 提交于 2019-12-03 16:23:25
问题 I can't seem to get Visual SVN and Visual Studio Beta 2 to work together, anyone know of a workaround??? 回答1: This is known problem. We're working on it and provide fix soon. As workaround you may copy file "C:\Program Files\[Prev Visual studio]\Common7\IDE\PrivateAssemblies\microsoft.visualstudio.dll" to C:\Program Files\VisualSVN\bin directory. 回答2: The latest generation VisualSVN in reporting Visual Studio 2010 compatibility: http://www.visualsvn.com/visualsvn/download/ There's also a post

How can I make only some folders show up for certain developers with SVN

随声附和 提交于 2019-12-03 13:54:30
问题 I have a repository with a bunch of folders, and I want certain developers to only get two or three of those folders when they do a checkout on the repository. How can I make the folders not show by default, and then add them only as I want to grant access. I'm using VisualSVN for the SVN server, and what I have done is given read access to the top level, then denied access to every subfolder, then changed the deny to read/write on folders I want each dev to access. This is a pain because

Are there any free alternatives to VisualSVN? [closed]

六眼飞鱼酱① 提交于 2019-12-03 12:24:11
Are there any free alternatives to VisualSVN (a Visual Studio 2008 plugin for subversion control)? Visual Studio Express 2008 support would be great. I use and love AnkhSVN . I don't think VS 2008 Express supports add-ins or packages... TortoiseSVN is a fantastic free alternative that integrates tightly with Windows Explorer, but not Visual Studio specifically. Ivan Zhakov VisualSVN 3.0 is free when used on computers that are not joined to Active Directory domain: http://www.visualsvn.com/visualsvn/purchase/ AnkhSVN is free under the Apache 2.0 license and integrates with VS. I am unsure about

Should we migrate from svn to Team Foundation Server 2010?

扶醉桌前 提交于 2019-12-03 11:18:48
We are with 6 developer and currently use Visual Studio 2008 Professional with SVN and Visual SVN. As soon as vs2010 is released we will upgrade from vs2008 pro to vs2010 premium. However if Team Foundation Server has a proper source control included in vs2010 premium, then it does make sense to use it. We like SVN, but like tight integration of tools even better. On the internet information on SVN versus TFS 2010 seems to be scarce. Hence my question here. EDIT: This video looks very compelling. Is this marketing talk or real? Thank you all for your replies! I absolutely appreciate this. A