CVSUtils

 view release on metacpan or  search on metacpan

data/5.log  view on Meta::CPAN

revision 1.44
date: 2000/08/18 21:46:44;  author: kfogel;  state: Exp;  lines: +3 -2
Prop delta usage note.
----------------------------
revision 1.43
date: 2000/08/18 21:44:36;  author: sussman;  state: Exp;  lines: +6 -7
comments update
----------------------------
revision 1.42
date: 2000/08/18 21:30:29;  author: sussman;  state: Exp;  lines: +106 -19
New interface for optionally streaming prop-deltas.
----------------------------
revision 1.41
date: 2000/08/18 00:49:50;  author: kfogel;  state: Exp;  lines: +6 -6
Making WC library use the new stuff in delta library:

`svn_text_delta_window_handler_t' replaces `svn_delta_handler_t',
because more specific.  All uses changed.

(svn_delta_op_t): call field `action_code' instead of `op'.  Having
two different things both called "op" was making my brain spin.

data/5.log  view on Meta::CPAN


(svn_delta_parse): pass pool to reader function.

(test_read_fn): finished.

Tweaked #includes and Makefiles as appropriate, and defined skeleton
functions.
----------------------------
revision 1.4
date: 2000/08/14 23:17:41;  author: kfogel;  state: Exp;  lines: +1 -1
Rewrite to use the callee-push streaming interface.

This commit is _not_ going to compile, so don't even try.
----------------------------
revision 1.3
date: 2000/08/08 23:22:13;  author: kfogel;  state: Exp;  lines: +0 -1
Use static where appropriate.

Correct ordering of library dependencies; plus some accidental newline
removals that are easier to commit than revert.
----------------------------

data/5.log  view on Meta::CPAN

revision 1.31
date: 2000/08/22 00:45:38;  author: kfogel;  state: Exp;  lines: +1 -2
Started locking code.
----------------------------
revision 1.30
date: 2000/08/21 23:37:06;  author: kfogel;  state: Exp;  lines: +2 -2
Many changes to do with creating administrative subdirs.
----------------------------
revision 1.29
date: 2000/08/14 23:17:41;  author: kfogel;  state: Exp;  lines: +35 -18
Rewrite to use the callee-push streaming interface.

This commit is _not_ going to compile, so don't even try.
----------------------------
revision 1.28
date: 2000/08/03 21:11:42;  author: kfogel;  state: Exp;  lines: +54 -72
Settled skelta issues w/ Ben, able to describe rest of working copy
format.
----------------------------
revision 1.27
date: 2000/08/03 12:44:56;  author: sussman;  state: Exp;  lines: +29 -0

data/5.log  view on Meta::CPAN


Tweaked #includes and Makefiles as appropriate, and defined skeleton
functions.
----------------------------
revision 1.2
date: 2000/08/14 23:19:10;  author: kfogel;  state: Exp;  lines: +7 -0
Plug in new finish_file() callback.
----------------------------
revision 1.1
date: 2000/08/14 23:17:41;  author: kfogel;  state: Exp;
Rewrite to use the callee-push streaming interface.

This commit is _not_ going to compile, so don't even try.
=============================================================================

RCS file: /cvs/subversion/subversion/libsvn_wc/Attic/deltaparse.c,v
Working file: libsvn_wc/deltaparse.c
head: 1.2
branch:
locks: strict
access list:

data/5.log  view on Meta::CPAN

branch:
locks: strict
access list:
symbolic names:
keyword substitution: o
total revisions: 12;	selected revisions: 12
description:
----------------------------
revision 1.12
date: 2000/08/14 23:17:41;  author: kfogel;  state: dead;  lines: +0 -0
Rewrite to use the callee-push streaming interface.

This commit is _not_ going to compile, so don't even try.
----------------------------
revision 1.11
date: 2000/08/09 15:29:32;  author: sussman;  state: Exp;  lines: +10 -1
comments
----------------------------
revision 1.10
date: 2000/08/09 04:31:48;  author: kfogel;  state: Exp;  lines: +3 -3
(delta_stack_to_path): fix iteration.

data/5.log  view on Meta::CPAN


(svn_delta_parse): pass pool to reader function.

(test_read_fn): finished.

Tweaked #includes and Makefiles as appropriate, and defined skeleton
functions.
----------------------------
revision 1.2
date: 2000/08/14 23:17:43;  author: kfogel;  state: Exp;  lines: +35 -1
Rewrite to use the callee-push streaming interface.

This commit is _not_ going to compile, so don't even try.
----------------------------
revision 1.1
date: 2000/08/08 16:23:28;  author: kfogel;  state: Exp;
Print out checkout dirs.

Skeleton of a test framework; probably doesn't compile yet, more to
come.
=============================================================================

testref/5-S-fsf-r.txt  view on Meta::CPAN

	* libsvn_string/: svn_string.c (1.32), tests/stringtest.c (1.16):

	(svn_string_chop_back_to_char): new func.  
	
	Chopping tests written.  

2000-08-18 21:30  sussman

	* include/svn_delta.h (1.42):

	New interface for optionally streaming prop-deltas.  

2000-08-18 17:09  kfogel

	* libsvn_delta/delta_parse.c (1.47),
	libsvn_string/tests/stringtest.c (1.15):

	Added copyright info, load svn-dev.el.  
	
	This commit is also mainly to reproduce a problem with
	commitlogging.  

testref/5-S-fsf-r.txt  view on Meta::CPAN


	* libsvn_wc/apply_delta.c (1.2):

	Plug in new finish_file() callback.  

2000-08-14 23:17  kfogel

	* libsvn_wc/: Makefile.am (1.4), README (1.29), apply_delta.c
	(1.1), update.c (1.12), tests/checkout-test.c (1.2):

	Rewrite to use the callee-push streaming interface.  
	
	This commit is _not_ going to compile, so don't even try.  

2000-08-14 22:23  sussman

	* include/svn_delta.h (1.37), include/svn_error.h (1.13),
	libsvn_delta/delta.h (1.2), libsvn_delta/delta_parse.c (1.39):

	delta_parse.c is basically finished for now;  ready to start
	fleshing out       dummy vcdiff parser stuff.  

testref/5-fsf-r.txt  view on Meta::CPAN

2000-08-18 21:39  kfogel

	* libsvn_string/: svn_string.c (1.32), tests/stringtest.c (1.16): 
	(svn_string_chop_back_to_char): new func.  
	
	Chopping tests written.  

2000-08-18 21:30  sussman

	* include/svn_delta.h (1.42): New interface for optionally
	streaming prop-deltas.  

2000-08-18 17:09  kfogel

	* libsvn_delta/delta_parse.c (1.47),
	libsvn_string/tests/stringtest.c (1.15): Added copyright info, load
	svn-dev.el.  
	
	This commit is also mainly to reproduce a problem with
	commitlogging.  

testref/5-fsf-r.txt  view on Meta::CPAN


2000-08-14 23:19  kfogel

	* libsvn_wc/apply_delta.c (1.2): Plug in new finish_file()
	callback.  

2000-08-14 23:17  kfogel

	* libsvn_wc/: Makefile.am (1.4), README (1.29), apply_delta.c
	(1.1), update.c (1.12), tests/checkout-test.c (1.2): Rewrite to use
	the callee-push streaming interface.  
	
	This commit is _not_ going to compile, so don't even try.  

2000-08-14 22:23  sussman

	* include/svn_delta.h (1.37), include/svn_error.h (1.13),
	libsvn_delta/delta.h (1.2), libsvn_delta/delta_parse.c (1.39): 
	delta_parse.c is basically finished for now;  ready to start
	fleshing out       dummy vcdiff parser stuff.  



( run in 0.264 second using v1.01-cache-2.11-cpan-4d50c553e7e )