Hi Dave,
>
> A user's made a series of changes to his working copy, which include creating
some files (they're unversioned), and deleting others (they're missing).
>
> Another user of the same repo needs to make the same changes.
>
Solution 1: Commit to repository:
User#1 should commit his changes to repository and user#2 should run 'SVN
Update' on his working copy.
Solution 2: Create a Patch:
In case User#2 wants to review the changes made by User#1 before committing into
the repository, ask User#1 to create a patch from working copy root using
"TortoiseSVN->Create Patch". Resulting patch file is a text file so it can
easily be zipped to reduce transfer overheads. User#2 can use
"TortoiseSVN->Apply Patch" to have the changes in his working copy. For a much
better description click "Help" in "Create Patch" window.
Hope this helps,
Suraj
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Dec 21 08:12:59 2006