From c20a021fb86933a1cfbe8cada6743e1736a4f961 Mon Sep 17 00:00:00 2001 From: mhagger Date: Sat, 12 Jun 2010 09:40:50 +0000 Subject: [PATCH] Update comment about the permanence of file properties. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5160 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- cvs2svn_lib/dumpfile_delegate.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cvs2svn_lib/dumpfile_delegate.py b/cvs2svn_lib/dumpfile_delegate.py index 0c257755..624bdb84 100644 --- a/cvs2svn_lib/dumpfile_delegate.py +++ b/cvs2svn_lib/dumpfile_delegate.py @@ -224,11 +224,11 @@ class DumpfileDelegate(SVNRepositoryDelegate): # # This works out great for cvs2svn, due to lucky coincidences: # - # For files, the only properties we ever set are set in the first - # revision; all other revisions (including on branches) inherit - # from that. After the first revision, we never change file - # properties, therefore, there is no need to remember the full set - # of properties on a given file once we've set it. + # For files, we set most properties in the first revision and + # never change them. (The only exception is the 'cvs2svn:cvs-rev' + # property.) If 'cvs2svn:cvs-rev' is not being used, then there + # is no need to remember the full set of properties on a given + # file once we've set it. # # For directories, the only property we set is "svn:ignore", and # while we may change it after the first revision, we always do so -- 2.11.4.GIT