svn

How do I set up a TeamCity VCS label (SVN) when using a checkout rule?

假如想象 提交于 2019-12-24 16:46:18
问题 How do I label my SVN project with TeamCity VCS labeling if I am using a checkout rule? I read the checkout rule docs, but I'm having a hard time understanding the relationship between VCS labeling and checkout rules in TeamCity. My SVN structure looks like: https://my.internalsvn.com/(...)/myproject/branches/gattaca-dev https://my.internalsvn.com/(...)/myproject/tags https://my.internalsvn.com/(...)/myproject/trunk In TeamCity, my VCS root is configured to: https://my.internalsvn.com/(...)

Ignore the files from merging

百般思念 提交于 2019-12-24 16:37:09
问题 I was trying to merge from my branch to trunk .Merge type was Range of revision . Kept the text blank so that I need to get all the revisions merged. Once done all the pom.xml s got conflicted. It is difficult to edit all the poms resolve the conflicts. I would like to know is there any option to ignore the files which I do not need to merge with. Version of tortoise svn is 1.6 回答1: When you do a merge, you can accept which conflict you prefer to take. In Subversion, you can select theirs

TortoiseSVN working copy folder with conflicts but file list is empty

…衆ロ難τιáo~ 提交于 2019-12-24 16:34:13
问题 Context : Windows 7 + TortoiseSVN + Visual Studio 2010 + VisualSVN In the windows explorer , I can see one of my folder with the little red circle (like there is a conflict). So I do: Righ click on the folder -> TortoiseSVN -> Resolved and then a window titled "resolve" appears telling me "file list is empty" So I click "Ok" and my folder is still has the red circle, When I try "Clean Up", my folder is marked as ok (green circle), but if I go to the parent directory and come back, the red

netbeans subversion authentication failed

爱⌒轻易说出口 提交于 2019-12-24 16:19:03
问题 Today i started getting a weird error, i couldnt access any subversion repo from my netbeans app. I keep getting authentication failed. I am using ubuntu 9.10 and netbeans 6.7.1. My credentials are ok, i can connect, update, commit using RapidSVN. thanks :) Later edit i am not behind a proxy didn't updated the working copy, the svn server was not updated the only thing different is that i updated my linux to ubuntu 9.10 回答1: i have found the problem, it was caused because the default keyring

Subversive Reject Credentials

倾然丶 夕夏残阳落幕 提交于 2019-12-24 16:06:52
问题 I recently switched from Subclipse to Subversive, and I'm running into some roadbumps. Specifically, Subversive seems to have a much less flexible authentication mechanism. Subclipse would store my credentials, and if I entered them incorrectly, or if they had been changed on the server, it would re-prompt me for my login. Subversive doesn't seem to do this, and instead will continue to use my old invalid login, and simply show a popup with SVN error: Some of selected resources were not

Setuptools: find SVN revision from a parent directory

我是研究僧i 提交于 2019-12-24 15:37:59
问题 In the Python package I'm putting together I'm using the following setup.cfg file: [egg_info] tag_build = dev tag_date = 1 tag_svn_revision = 1 However when I run python setup.py sdist the SVN revision appears as -r0 . This is likely because there is no .svn directory where I run the setup script; in fact my tree is main_dir/ .svn/ branches/ trunk/ setup.py setup.cfg How can I tell setuptools to go find the SVN revision number in a parent directory? I still want to keep using my package

Composer is not reading my local Satis packages.json file

倖福魔咒の 提交于 2019-12-24 15:27:13
问题 I have setup my local SVN repo to hold all external repos ( company policy ), using Satis I've created the packages.json file. when I run composer update how do I tell it to use my custom packages.json file and pull from my local repo instead of externals? This is a blurb from the packages.json file on where my svn repos are: "source": { "type": "svn", "url": "http://blah/packagist/foo/bar", "reference": "/tags/2.3.0/@38" } but the url I would use to check this project out would be: http:/

Access SVN server from machine on work subnet via an SSH tunnel

这一生的挚爱 提交于 2019-12-24 15:13:33
问题 I'm attempting to access my work SVN server via an SSH tunnel to a separate machine. Something like this: (Local_Machine) -- SSH_Tunnel --> (Workstation) -- LAN --> (SVN_Server) I can currently tunnel into my workstation via ssh, but cannot access the svn server via the tunnel on my local machine. Is what I'm attempting to do possible, or do I need to also tunnel into the SVN_Server from the Workstation? Further information : Local machine is a Windows 7 box using putty to tunnel. Workstation

Ankhsvn “update solution” in VS2013 also retrieves all sibling folders not associated with the VS project

血红的双手。 提交于 2019-12-24 15:06:14
问题 I'm seeing some unexpected behavior in Ankhsvn and I'm wondering if this is possibly a bug, or by design and I'm misunderstanding something. I'm using an online subversion repository, and have some repositories set up with this file structure: "Browser URL": https://www.zzzzz.com/code/mememe/subversion-2/nodes/HEAD/trunk "Checkout URL": https://subversion.zzzzz.com/svn/abc.MyMiscProjects/ SqlScripts1 SqlScripts2 SomeOtherStuff1 SomeOtherStuff2 VS2013_Solution1 VS2013_Solution2 Up until now, I