Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f33b8f
)
Took out some debug statements that weren't needed.
author
Chris Lee
<clee@c133.org>
Sun, 14 Jan 2007 13:19:25 +0000
(
05:19
-0800)
committer
Chris Lee
<clee@clee-desktop.(none)>
Sun, 14 Jan 2007 13:19:25 +0000
(
05:19
-0800)
svn-fast-export.c
patch
|
blob
|
history
diff --git
a/svn-fast-export.c
b/svn-fast-export.c
index
ce4d4d0
..
3d749e3
100644
(file)
--- a/
svn-fast-export.c
+++ b/
svn-fast-export.c
@@
-92,9
+92,7
@@
int export_revision(svn_revnum_t rev, svn_repos_t *repo, svn_fs_t *fs, apr_pool_
}
if (change->change_kind == svn_fs_path_change_delete) {
- fprintf(stderr, " delete\n");
*(char **)apr_array_push(file_changes) = ((char *)svn_string_createf(pool, "D %s", path + strlen(TRUNK))->data);
- fprintf(stderr, " done\n");
} else {
*(char **)apr_array_push(file_changes) = (char *)svn_string_createf(pool, "M 644 :%u %s", mark, path + strlen(TRUNK))->data;
fprintf(stdout, "blob\nmark :%u\n", mark++);