[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Getting the changes to the WC

From: Suraj Barkale <surajbarkale_at_gmail.com>
Date: 2006-12-21 08:12:27 CET

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

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.