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

[TSVN] merge enhancement: use locally stored revisions when patches are applied

From: Pavel Kourochka <fwpaul_at_ukr.net>
Date: 2004-11-08 17:06:40 CET

Hello All,
I would like to describe an issue that we have with TortoiseSVN. This is not very critical but resolving the issue will eliminate a performance problem during applying patches using TortoiseSVN.

When a patch is applied using "TortoiseSVN/Apply Patch...", and the patch requires getting files from Subversion, the TortoiseMerge reads a revision from a repository even if it is available locally.

Example scenario:
1. Have a clean checkout from a repository that needs to be patched. Let's assume that current revision in the repository is 100;
2. Have two patches that modify the same file A.CPP. The patches should be created against top revision, e.g. 100th revision;
3. Apply first patch. No problems occur;
4. Apply second patch. Problem: TortoiseMerge retrieves revision [100] from remote repository. However, this revision can be accessible locally from .svn folder.

Thank you,
 Pavel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Nov 8 17:19:51 2004

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

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