Top "Working-copy" questions

Error updating changes svn

I have PHPStorm installed and i open a directory containing a PHP project with SVN. Under the SVN tab in …

svn working-copy
How do I convert an existing directory to an SVN working copy (WC) without replacing local files?

I have a large Subversion repository with nearly 15 GB of data spread across ~500,000 files. Now I need to check out …

svn working-copy
Can git do a diff of the working copy with stash

How can I diff my current working copy against a stash? My use case: my working copy already contains a …

git git-diff git-stash working-copy
How do I find the location of a svn repository?

I have all the source files in my "local" directory. I do svn up and svn ci to down- and …

svn working-copy svn-repository
SVN: merge local changes into other working copy

I have two working copies of the same project, each switched to a different branch. Is it possible to merge …

windows svn merge working-copy
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 …

svn replace directory repository working-copy
Create a tag / branch from local working copy using SVN

I have a Nant script which updates a directory with the latest source code (checked out from the svn repository), …

svn tortoisesvn tagging command-line-arguments working-copy
How can I remove the working copy from a Mercurial clone?

When cloning a repository with mercurial you can pass the -U/--noupdate flag to create a clone with no working …

mercurial repository clone working-copy bare
SVN relocate issue with uuid

I have a question about svn switch --relocate. I have an old repository called beta and we are moving to …

svn working-copy svn-switch
SVN: one working copy, two repositories?

I'd like to know how can I set two repositories for my one working copy. I need one repository in …

svn repository working-copy