svn

customized SVN depth value

倾然丶 夕夏残阳落幕 提交于 2020-01-05 07:11:13
问题 I need a list of all folder names under a branch in SVN. But not upto INFINITE depth.. Say i need upto 5 level of depth.. Is there any way to specify customized SVNdepth value? The problem in getting a immediate folder list and iterating is, each folder contains hundreds of sub-folder. command used : svn ls --depth infinity http://sample.com/repository/pag/branches/dev/ Instead of infinity can we use customized value(numeric value)? if so how? Thanks 回答1: Unfortunately numeric depths are not

Error while performing action: Commit failed (details follow): Server sent unexpected return value (403 Access Denied) in response to DELETE request

半腔热情 提交于 2020-01-05 05:27:23
问题 Error while performing action: Commit failed (details follow): Server sent unexpected return value (403 Access Denied) in response to DELETE request '/svn/repo_name/!svn/wrk/942b321b-bbcf-417b-980f-618f8bd4cc10/danny.php' Guys I am getting this error everytime I try to commit Update happen no issues not able to delete and commit anything what wrong... 来源: https://stackoverflow.com/questions/26754605/error-while-performing-action-commit-failed-details-follow-server-sent-unexp

Is it possible to suppress MessageBox when running a specific command?

僤鯓⒐⒋嵵緔 提交于 2020-01-05 04:37:08
问题 I'm using Tortoise SVN, and TortoisePlink for remote ssh connections. From time to time TortoisePlink is displaying errors like: --------------------------- TortoisePlink Fatal Error --------------------------- Network error: Software caused connection abort --------------------------- OK --------------------------- And they appears as messagebox and needs to be clicked by end-user. I have tried to suppress messagebox by using -batch from command line, but problem still can be reproduced. For

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

Can I use multiple source control providers on one project in Visual Studio?

喜夏-厌秋 提交于 2020-01-05 03:33:30
问题 At work, we use Team Foundation Server for source control. I work from home a lot, though, and external access to our Team Foundation Server isn't possible now or in the foreseeable future. I'm utterly fed up of using email/usb source control - almost as bad as no source control at all - so I was thinking about bringing the project(s) home via email or USB and committing them to a subversion server (probably on one of my own computers, although the free Subversion facilities offered by http:/

Getting `svn: E160013:` when merging from command line

跟風遠走 提交于 2020-01-05 02:29:07
问题 I have an issue with a feature branch that I'm trying to merge to trunk . The message that I'm getting is this: ➜ trunk svn merge https://svn.vcshost.org/svn/domaindev/branches/Master-Project/feature-branch svn: E160013: '/svn/domaindev/!svn/bc/112033/trunk/Master-Project' path not found Any help would be greatly appreciated. I tried merging from trunk to this feature branch and it worked flawlessly, also merging other branches to trunk works okay, so I'm guessing that there's a problem with

svn安装

帅比萌擦擦* 提交于 2020-01-04 17:21:31
tar zxvf apr-1.6.5.tar.gz cd apr-1.6.5 ./configure --prefix=/usr/local/apr make &&make install tar zxvf apr-util-1.6.1.tar.gz cd apr-util-1.6.1 ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr make && make install rpm -ivh expat-devel-2.0.1-11.el6_2.x86_64.rpm openssl-devel-1.0.1e-30.el6.x86_64.rpm openssl-devel-1.0.1e-30.el6.i686.rpm zlib-1.2.3-29.el6.x86_64.rpm zlib-devel-1.2.7-17.el7.x86_64.rpm --force --nodeps tar zxvf subversion-1.10.3.tar.gz unzip -d subversion-1.10.3 sqlite-amalgamation-3250300.zip cd subversion-1.10.3 cp -r sqlite-amalgamation-3250300/ sqlite

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

Does the svn 1.7 working copy format store the entire history of the repo?

怎甘沉沦 提交于 2020-01-04 14:13:34
问题 I'm curious about the capabilities of the new working copy format in Subversion 1.7 (the single .svn directory at the root). Does it store an entire history of the repo, like git does? Or are the files in pristine merely a copy of the current (unedited) revision from the server? Does svn support working disconnected at all - committing multiple times locally before pushing to the server? 回答1: Subversion only maintains the revision you currently have checked out locally. (Some meta data about

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