svn-checkout
Difficulty checking out svn project with alternate username
I\'m trying to check out a project from a sc开发者_JAVA技巧hool server, but it attempts to use my computer login name instead of my server login name, so it fails.[详细]
2023-01-16 06:47 分类:问答SVN checkout new branch based on local files of old branch
Someone branched our trunk and now I need to checkout the new branch. I already have trunk checked out locally. Since its a huge repo with GBs of files, it will take forever to checkout the new branch[详细]
2023-01-15 19:19 分类:问答How do I know who has checked out a file?
I\'m looking to implement source control for my team. An external requirement that came up is that \"managers/leads\" want to know who has checked out which file and when. Not really a lock, they just[详细]
2023-01-14 16:36 分类:问答How do I get Eclipse to play nice with my SVN checkout?
I have an SVN repository checked out and have an Eclipse project set up around it. When Eclipse builds it seems to be unsetting the svn:ignore \'*\' inside the output directory and also causing the so[详细]
2023-01-13 14:48 分类:问答Checkout an SVN Project using Subversive in Eclipse
So I\'m able to pull the files out of the svn but I\'m unable to get Eclipse to under开发者_Python百科stand these files are part of an SVN.[详细]
2022-12-31 03:15 分类:问答Execute build.xml with Maven
Is it possible to execute build.开发者_如何学JAVAxml script with Maven? This script checksout all my projects and subprojects and I\'ve just got used to using maven, didn\'t really use much of an ant[详细]
2022-12-30 12:56 分类:问答SVN update returns nothing, while it should
First some background information; I\'ve set up my SVN repository on my local server at home using VisualSVN Server.[详细]
2022-12-28 07:02 分类:问答SVN best practice - checking out root folder
Once the structure of a repository is set up, i.e. trunk, branches, tags, is it normal to have the root checked out to our local mac开发者_运维技巧hines. Or should you only check out the trunk if that[详细]
2022-12-25 04:23 分类:问答Subversion: svn protocol with HTTP/HTTPS proxy
I need to do a svn checkout,say svn checkout svn://XYZ.com/trunk. I am using the svn client from behind the proxy. I had accessed other repositries using the http protocol in past but with svn prot[详细]
2022-12-23 04:46 分类:问答How can I do a COMMIT without first doing an initial checkout?
I have a repository already online, but I want to commit what I have on my hard drive and disregard what is on the online repository.[详细]
2022-12-15 18:44 分类:问答
加载中,请稍侯......