Eksempler på bruk av Your working copy på Engelsk og deres oversettelse til Norsk
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
If you run svn status at the top of your working copy with no arguments, it will detect all file and tree changes you have made.
If you're switching your working copy to a branch, svn switch will compare your working copy of/calc/trunk to some other branch directory in the HEAD revision.
Your working copy contains a secret cached“pristine” copy of each version controlled file within the. svn area.
You can edit the files in your working copy and then commit those changes back into the repository.
Use svn update to bring your working copy into sync with the latest revision in the repository.
In Subversion, update does just that- it updates your working copy with any changes committed to the repository since the last time you have updated your working copy.
which will show you the status of every item in your working copy, even if it has not been changed.
foo will be removed from your working copy and the repository.
This is the file that your Subversion client just received from the server when you updated your working copy.
it is immediately deleted from your working copy.
you will discover that it's sometimes nice to forcibly“backdate” portions of your working copy to an earlier revision;
update your working copy and examine the revision….
what's actually in your working copy is some other kind.
When the server sends changes to your working copy, a letter code is displayed next to each item to let you know what actions Subversion performed to bring your working copy up-to-date.
pass both that and the file in your working copy to your external diff program.
SvnX allows you to browse your working copies, spot changes
Subversion depends on it to manage your working copy.
File or directory foo was Replaced in your working copy;
It's possible, however, that your working copy might already have local modifications.
Subversion places three extra unversioned files in your working copy: filename.
