Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

83
votes
2answers
23k views

How to git-svn clone the last n revisions from a Subversion repository?

Problem How do you create a shallow copy with git-svn from a Subversion repository, i.e. how do you pull only the last three revisions? The git clone command can get the last n revisions from a Git ...
1
vote
2answers
83 views

SVN Properties change on working copy checkout

I have an odd one that I've not been able to sort out yet. When I checkout a branch from SVN, I'm regularly seeing multiple, unrelated files, with SVN property changes, either directly after checkout, ...
1
vote
1answer
537 views

Tortoise SVN Error (405 Method Not Allowed) When checking out from CodePlex

I have just created a new project in CodePlex (Subversion Source Control), checked out a folder on my PC and tried to commit the initial files (27MB). The commit was not successful due to accidental ...
1
vote
1answer
271 views

How to checkout SVN repository to the live site for the first time?

I have a SVN repository for my project. Now i need to make it live. Where i have FTP details for my live server. So how to checkout it for the first time. Do i need to install anything for it? before ...
0
votes
0answers
21 views

textmate: error while checking out from a svn repository

I have just started using textmate and I wanted to checkout from an svn repository. Here are the steps I followed... fire up textmate, an untitled text file opens Bundles -> SubVersion -> ...
0
votes
1answer
444 views

Jenkins(Hudson) SVN checkout dir

In Jenkins (Hudson) how do i change the checkout location of a project. I want the project to be checked out to the doc-root of apache2 which is at /var/svn/project by default Jenkins checks it out ...
0
votes
2answers
286 views

MS Build Community Tasks - SVNCHECKOUT: can't find svn.exe even though it is in PATH

Note: this question applies to using the MSBUILDCOMMUNITYTASKS add-in for MSBUILD. Specificly the functionality of SVNCHECKOUT and its inablity to find the svn.exe file even when it is located in a ...
0
votes
1answer
124 views

how to use the tortoise svn import

Let's say I have checkedout a project via SVN, then I right clicked the folder and export it, what happens is, it threw a copy of the project to another folder and removed the .svn suffixes and ...
0
votes
3answers
1k views

Force SVN update / checkout to overwrite local files

i'm planning to run (on my server!) svn update to update my LIVE website with updates. However, i'm worried about 'C' conflicts which will prevent my site scripts from functioning. How can I force ...
0
votes
0answers
11 views

How to check out a specific revision in “Versions”?

I am using "Versions" as my source control tool. I want to check out a specific revision of the current repository. I clicked on the folder under the bookmark and then proceeded to "History" but there ...