[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kde-common/release/svn
From:       Stephan Kulow <coolo () kde ! org>
Date:       2005-04-20 7:12:13
Message-ID: 20050420071213.60546653 () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

make kpaint work


  M +3 -6      cvs2svn   1.35


--- kde-common/release/svn/cvs2svn  #1.34:1.35
@@ -3426,5 +3426,6 @@
       msg = "Attempt to add path '%s' to repository mirror " % dest_path
       msg = msg + "when it already exists in the mirror."
-      raise self.SVNRepositoryMirrorPathExistsError, msg
+      print msg
+      # raise self.SVNRepositoryMirrorPathExistsError, msg
 
     dest_parent_contents[dest_basename] = src_key
@@ -3550,6 +3551,4 @@
     dest_path = _path_join(dest_prefix, path)
 
-    print src_path, dest_path
-
     if src_path.endswith("/.cvsignore"):
         return
@@ -3607,7 +3606,5 @@
     src_keys = src_entries.keys()
     src_keys.sort()
-    print "src_keys", src_keys
     for src_key in src_keys:
-      print src_key
       try:
         next_dest_key = dest_entries[src_key]
@@ -3743,7 +3740,7 @@
 
       pairs = {}
-#      print "adding revisions ..."
       for cvs_rev in svn_commit.cvs_revs:
         if cvs_rev.op == OP_COPY or cvs_rev.op == OP_COPY_DEL:
+          self._open_writable_node(cvs_rev.svn_path, True)
           self._add_copy(pairs, svn_commit.revnum - 1, cvs_rev)
       kys = pairs.keys()


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic