tortoisesvn

TortoiseSVN very slow over proxy if Windows internet explorer proxy settings are not set and using only TortoiseSVN proxy settings

谁说胖子不能爱 提交于 2020-01-05 04:09:17
问题 When I try to do any TortoiseSVN command even show log etc, it take a very LONG time for the pop-up to accept ssl certificate to show up. I can make it work quite nicely/fast if I simply go into Internet Explorer connect options and enable the PROXY settings there. But I don't want to. I want to let only TortoiseSVN use the proxy not all windows apps. TortoiseSVN is already configured in Settings/Network for the correct proxy etc and I even clicked the edit button and edited the Subversion

How to give the repository URL in Tortoise SVN?

放肆的年华 提交于 2020-01-05 02:52:12
问题 I am new to Tortoise SVN. I have created a repository in my machine. To access this folder in a remote host, what's the repository url which should be given in SVN checkout? Should the server be running, when I try to access the repository ? 回答1: Yes, the server must be running in order for you to access Subversion. The URL depends on how you've configured Subversion. My local Subversion instance URL looks like this: svn://localhost:3690 Another that I use to access Sourceforge looks like

SVN control of a shared virtual machine folder

▼魔方 西西 提交于 2020-01-04 15:52:13
问题 I have an SVN checkout on a Mac using subclipse. I want to be able to share this folder with a vmware shared folder in Windows 7 and perform updates/commits using tortoiseSVN (on the VM) and/or subclipse (on the Mac). Is this possible? or will the two be in conflict? The shared drive has the hidden ".svn" folders created by subclipse. What else does tortoise need to recognize the checkout? 回答1: Sharing a working copy is never a good idea. You could do it if the OS you share it with are all

Command prompt not working after installing TortoiseSVN

ⅰ亾dé卋堺 提交于 2020-01-04 14:13:34
问题 I have just installed that latest stable release of TortoiseSVN on Windows Server 2003 and restarted the server. I can create a new repository using the right-click menu in windows explorer but using "svn" anything from the command prompt returns 'svn' is not a recognised internal or external command When I have installed TortoiseSVN previously in XP or Vista it has worked fine. What am I missing here?! EDIT: The specific command I need to run is svnadmin load repository-name < repository

Tortoise SVN does not update to HEAD revision correctly

巧了我就是萌 提交于 2020-01-04 06:24:47
问题 When I commit to SVN and after that update both via the shell extension of Tortoise SVN, the update sets me back to the revision before my commit. I can verify this in two ways. First of all after my commit it says that after my commit I am at revision 22058 and after the update it tells my I am at revision 22057. When I call "Check for Modifications" and choose "Check Repository" there, it tells me that the HEAD-Revision is 22058. Still an update yields "at revision 22057" This even happens

SVN error: “Can't write to connection: An existing connection was forcibly closed by the remote host.”

不问归期 提交于 2020-01-03 16:01:51
问题 When attempting to commit changes to SVN, I receive the following error: Error: Commit failed (details follow): Error: While preparing 'C:\Users\dan\Documents\Visual Studio Error: 2008\Websites\admin\trunk\bin\SmtpDotNet.dll' for commit Error: Can't write to connection: An existing connection was forcibly closed by the Error: remote host. I am running TortoiseSVN 1.6.9 and Subversion 1.6.12, the latest and greatest. Here are the facts uncovered so far: It makes no difference how many files I

Permissions and SVN Updates on Windows Server 2008: same folder & SVN account, different Active Directory users

我只是一个虾纸丫 提交于 2020-01-03 07:20:33
问题 We're experiencing strange permission issues with SVN after switching from Windows Server 2003 to Server 2008. On our standard build box there is a folder ( C:\SVN_Code_Folder ) which AD_User_A associates with a SVN repository using SVN_User and TortoiseSVN 1.7.6 When using Windows 2003, when AD_User_B logs into the box and tries to Update, Switch, Merge the SVN_Code_Folder with SVN_User, the command is executed. It Windows 2008, it fails with the message: Command: Update Error: Working copy

I have couple of folders in SVN which I want to lock from other users to avoid accidental commit

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-03 05:19:16
问题 I have couple of folders in SVN which I want to lock from other users to avoid accidental commit , How lock files but and lock a folder , I am using tortoiseSVN (TortoiseSVN 3.6.0 version) Please help on this. Its very priority. Regards, Nageswari 回答1: You can add Read Only user permissions to your repositories, projects or even individual directories or files. See the Getting Started | Configuring User Permissions page and the KB33: Understanding VisualSVN Server authorization article. PS I

settings a SVN server so as to enable lock-modify-unlock mechanism of version control

戏子无情 提交于 2020-01-03 02:50:32
问题 We are currently using SVN in the checkout-modify-merge mechanism and instead I want to re-configure the SVN server so that we change this to lock-modify-unlock mechanism. We use Tortoise SVN client and I saw that it is possible to individually change the property of single files to enforce the "needs-lock" property but this is too laborious and instead I am looking at some way through which we can change something on the svn server side that causes all the files to apply the "needs-lock"

svn client timing out and corrupting WC state

▼魔方 西西 提交于 2020-01-02 11:00:22
问题 When I commit large changes - hundreds of megabytes - the client timesout even though the check-in does go through. When I right-click on WC and show log, TSVN shows that WC revision does NOT get updated even though the check-in actually occurred. I've tried using TortoiseSVN 1.9.5, Build 27581 - 64 Bit and command line svn version 1.9.5 (r1770682) . QUESTION Is there a way to increase the timeout of the client? 回答1: If you are using HTTP to connect to the server (as it appears to be the case