working-copy
Compare working copy with specific repository [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: SVN diff across 2 different repositories[详细]
2023-03-28 22:47 分类:问答svn: warning: '.' is not a working copy
On a server, I used the svn import command to put files into SVN. I checked the files out to my local machine, made some changes and then committed back.[详细]
2023-03-02 17:43 分类:问答How to replace a directory in a SVN repository without breaking anything
I need to replace a directory in my SVN repository on the production server, but am not sure of the correct way to do this without breaking anything.The directory being replaced is a third-party modul[详细]
2023-02-24 10:49 分类:问答How can I "svn delete" a folder and then add a folder with same name?
I wrote a deployment tool for my own programs based on SQL and Subversion. I\'m able to create different versions of applications and store them with Subversion while the information for those is sto[详细]
2023-02-09 17:12 分类:问答svn: turn exported tree into working copy
In order to quickly deploy our app to a new remote server, we exported our branch to a local directory, zip开发者_开发技巧ped it, then unzipped it on the new server.[详细]
2023-02-02 05:45 分类:问答How can I remove the working copy from a Mercurial clone?
When cloning a repository with mercurial yo开发者_如何学编程u can pass the -U/--noupdate flag to create a clone with no working copy. Can I remove the working copy if I forget to pass this flag at clo[详细]
2023-01-24 09:53 分类:问答SVN: merge local changes into other working copy
I have two working copies of开发者_如何学C the same project, each switched to a different branch. Is it possible to merge local changes in one project to the other working copy?You can\'t merge two se[详细]
2023-01-13 04:24 分类:问答TortoiseSVN: Show status of multiple working folders in parent folder
I have repository configured like this: \\Util_1 \\branches \\tags \\trunk \\Util_2 \\branches \\tags \\trunk[详细]
2023-01-08 16:50 分类:问答How to fill a new repository with a working copy
I have a working copy checked out and a new empty repository. How can I fill that new repository using the working co开发者_StackOverflowpy?[详细]
2023-01-08 08:02 分类:问答SVN Working Copy to Different Branch Merge Without Commit to Working Copy Branch
If a working copy (local copy) was created from a branch, lets call it A.Coding was done in branch A, but branch A was \"Closed\" to commits, and branch b was opened.How do I merge my working copy cha[详细]
2022-12-31 19:27 分类:问答