[meld] Don't strip repository root when copying SVN base files
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Don't strip repository root when copying SVN base files
- Date: Fri, 1 Nov 2013 21:26:39 +0000 (UTC)
commit 914cd278e54804ff57a9d55b6849824b3b17d94c
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sat Nov 2 07:24:53 2013 +1000
Don't strip repository root when copying SVN base files
Fix suggested by Ben Ross.
meld/vc/svn.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/meld/vc/svn.py b/meld/vc/svn.py
index 72dbc50..c89372a 100644
--- a/meld/vc/svn.py
+++ b/meld/vc/svn.py
@@ -71,7 +71,6 @@ class Vc(_vc.CachedVc):
if not path.startswith(self.root + os.path.sep):
raise _vc.InvalidVCPath(self, path, "Path not in repository")
- path = path[len(self.root) + 1:]
base, fname = os.path.split(path)
svn_path = os.path.join(base, ".svn", "text-base", fname + ".svn-base")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]