visualsvn

Which plugin do you use for SVN in Visual Studio? [closed]

回眸只為那壹抹淺笑 提交于 2019-11-27 11:04:35
问题 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 3 years ago . I'm considering using SVN for my .Net projects, and I'd like to know what plugins are available for integrating the source control capabilities directly into the Visual Studio IDE. I already know about the following Visual Studio extensions: VisualSVN, which seems great but is not free. It is implemented as a

AnkhSVN versus VisualSVN [closed]

社会主义新天地 提交于 2019-11-27 08:10:37
I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN? AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch. I used VisualSVN until Ankh hit 2.0, and ever since, I've abandoned VisualSVN. Ankh has surpassed VisualSVN in functionality, in my mind, and all the 1.x perf and integration issues are gone. Gluip I recently tried Ankh but quickly switched back to VisualSVN. Because: Better commit dialog (use UI of

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

Force user to lock file in SVN before editing

对着背影说爱祢 提交于 2019-11-27 01:30:54
问题 We have some files in our project that can't be merged and hence the files must be locked by the users before editing them. Is there a way to force the user to lock a file before editing? We are using Subversion and TortoiseSVN / VisualSVN. 回答1: Two steps: put the svn:needs-lock property on those files. That way they are check out read-only when such a file must be modified, use the svn lock command and commit as usual links: http://svnbook.red-bean.com/nightly/en/svn.advanced.locking.html

AnkhSVN versus VisualSVN [closed]

被刻印的时光 ゝ 提交于 2019-11-26 17:44:45
问题 I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN? AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch. 回答1: I used VisualSVN until Ankh hit 2.0, and ever since, I've abandoned VisualSVN. Ankh has surpassed VisualSVN in functionality, in my mind, and all the 1.x perf and integration issues are gone.

Subversion (using VisualSVN/Tortoise) refuses to pull down new files

风格不统一 提交于 2019-11-26 16:46:07
问题 A problem has started occurring recently in which some new files added to the subversion repositories don't get pulled down to other clients after doing an Update. If I browse the repository with Tortoise I can see the file. I can then right click on it and select 'Update to revision', which will pull the file down to the client. Unfortunately this is very time consuming as there is no way to pull down all files in a folder - i.e. I have to do this for each file individually. The weird thing