visualsvn

Can You Use AnkhSVN and VisualSVN at the Same Time?

守給你的承諾、 提交于 2019-12-07 02:13:23
问题 I'd like to try out a feature of AnkhSVN (namely, integration with Red Gate SQL Changeset tool) without doing an complete uninstall of VisualSVN. It feels dodgy, so I wanted to see if anyone else had experience that would either alleviate or confirm my fears. Update So I tried uninstalling VisualSVN and dropping in Ankh. As far as working within VSS itself, the change was completely transparent. Sadly, SQLChangeset did not work with this plugin, so that part of it was in vain. Switching back

Setting up Visual SVN for real world use

我是研究僧i 提交于 2019-12-06 09:38:40
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 enter my username and password I see a folder tree with all of the files I just uploaded. So that bits

subversion structure questions

*爱你&永不变心* 提交于 2019-12-06 08:41:06
问题 Just moved to subversion...from visual studio. I love it already! Can someone briefly explain Repository Branches Tags Trunk Do I need to create a new repository for every project? Or a new trunk? Thanks 回答1: You don't need a separate repository, but you can if you want. I recommend reading the book at http://svnbook.red-bean.com/. Grab the pdf version or whatever. It doesn't take too long, and it explains some things pretty well. I read it, and found that I'm glad I did. 回答2: Remember that

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

ぃ、小莉子 提交于 2019-12-05 18:34:42
问题 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

Can You Use AnkhSVN and VisualSVN at the Same Time?

帅比萌擦擦* 提交于 2019-12-05 07:56:19
I'd like to try out a feature of AnkhSVN (namely, integration with Red Gate SQL Changeset tool) without doing an complete uninstall of VisualSVN. It feels dodgy, so I wanted to see if anyone else had experience that would either alleviate or confirm my fears. Update So I tried uninstalling VisualSVN and dropping in Ankh. As far as working within VSS itself, the change was completely transparent. Sadly, SQLChangeset did not work with this plugin, so that part of it was in vain. Switching back was also painless, even to the point of not having to re-enter my license. So, good knowledge but no

sqlplus / as sysdba 没有权限

一笑奈何 提交于 2019-12-05 07:34:25
想通过如下命令登陆,这种方式是 以操作系统权限认证的oracle sys管理员登陆 sqlplus / as sysdba BUT.... 提示我没有权限, 百度下是由于当前用户不在 ora_dba 用户组中 (我的环境是win10) 寻思将当前用户放在oracle用户组中,奈何win10没有用户组,只能用命令行改 win10查看用户 C:\WINDOWS\system32>net user \\LAPTOP-BOU3T0DJ 的用户帐户 ------------------------------------------------------------------------------- Administrator DefaultAccount depen Guest WDAGUtilityAccount 命令成功完成。 C:\WINDOWS\system32> win10查看组 C:\WINDOWS\system32>net localgroup \\LAPTOP-BOU3T0DJ 的别名 ------------------------------------------------------------------------------- *__vmware__ *Administrators *Device Owners *Distributed COM

SVN checkout fails with “chunk delimiter was invalid”

笑着哭i 提交于 2019-12-05 05:02:31
问题 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

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

前提是你 提交于 2019-12-05 02:53:23
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 switch from VisualSVN to AnkhSVN without too many hassles ? Can I keep the VisualSVN Server installation or

How do we keep track of our working copy's branch?

浪尽此生 提交于 2019-12-05 02:37:05
Are there any good techniques to help us know which branch (or trunk) our working copy is from? We recently converted to Subversion and we're using release branches. I had two developers commit changes to the release branch that should have been committed to the trunk. We're using CI (TeamCity), so I recognized the problem right away and was able to revert the changes but I'd like to prevent it from happening again. From within Visual Studio, especially, it's easy to make a mistake and commit to the wrong branch. We're using TortoiseSVN and AnkhSVN. Edited to add: Just to clarify, I'm looking

Are there any free alternatives to VisualSVN? [closed]

大憨熊 提交于 2019-12-04 18:55:10
问题 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 4 years ago . Are there any free alternatives to VisualSVN (a Visual Studio 2008 plugin for subversion control)? Visual Studio Express 2008 support would be great. 回答1: I use and love AnkhSVN. I don't think VS 2008 Express supports add-ins or packages... 回答2: TortoiseSVN is a fantastic free alternative that integrates tightly