1 SVN-fs-dump-format-version: 2
3 UUID: b48289b2-9c08-4d72-af37-0358a40b9c15
6 Prop-content-length: 56
12 2009-10-19T23:44:03.722969Z
16 Prop-content-length: 123
22 Setup trunk and branches
30 2009-10-19T23:44:04.927533Z
36 Prop-content-length: 10
45 Prop-content-length: 10
52 Prop-content-length: 106
66 2009-10-19T23:44:05.835585Z
69 Node-path: trunk/Makefile
72 Prop-content-length: 10
73 Text-content-length: 2401
74 Text-content-md5: bfd8ff778d1492dc6758567373176a89
78 # -DCOLLISION_CHECK if you believe that SHA1's
79 # 1461501637330902918203684832716283019655932542976 hashes do not give you
80 # enough guarantees about no collisions between objects ever hapenning.
82 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
83 # Note that you need some new glibc (at least >2.2.4) for this, and it will
84 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
85 # break unless your underlying filesystem supports those sub-second times
92 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
93 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
94 check-files ls-tree merge-base
99 install $(PROG) $(HOME)/bin/
105 update-cache: update-cache.o read-cache.o
106 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
108 show-diff: show-diff.o read-cache.o
109 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
111 write-tree: write-tree.o read-cache.o
112 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
114 read-tree: read-tree.o read-cache.o
115 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
117 commit-tree: commit-tree.o read-cache.o
118 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
120 cat-file: cat-file.o read-cache.o
121 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
123 fsck-cache: fsck-cache.o read-cache.o
124 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
126 checkout-cache: checkout-cache.o read-cache.o
127 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
129 diff-tree: diff-tree.o read-cache.o
130 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
132 rev-tree: rev-tree.o read-cache.o
133 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o $(LIBS)
135 show-files: show-files.o read-cache.o
136 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
138 check-files: check-files.o read-cache.o
139 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
141 ls-tree: ls-tree.o read-cache.o
142 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
144 merge-base: merge-base.o read-cache.o
145 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
147 read-cache.o: cache.h
154 cd .. ; tar czvf dircache.tar.gz dir-cache
158 Prop-content-length: 115
172 2009-10-19T23:44:06.719737Z
175 Node-path: branches/left
179 Node-copyfrom-path: trunk
183 Prop-content-length: 112
197 2009-10-19T23:44:07.167666Z
200 Node-path: branches/left/Makefile
203 Text-content-length: 2465
204 Text-content-md5: 16e38d9753b061731650561ce01b1195
207 # -DCOLLISION_CHECK if you believe that SHA1's
208 # 1461501637330902918203684832716283019655932542976 hashes do not give you
209 # enough guarantees about no collisions between objects ever hapenning.
211 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
212 # Note that you need some new glibc (at least >2.2.4) for this, and it will
213 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
214 # break unless your underlying filesystem supports those sub-second times
221 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
222 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
223 check-files ls-tree merge-base
228 install $(PROG) $(HOME)/bin/
234 update-cache: update-cache.o read-cache.o
235 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
237 show-diff: show-diff.o read-cache.o
238 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
240 write-tree: write-tree.o read-cache.o
241 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
243 read-tree: read-tree.o read-cache.o
244 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
246 commit-tree: commit-tree.o read-cache.o
247 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
249 cat-file: cat-file.o read-cache.o
250 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
252 fsck-cache: fsck-cache.o read-cache.o
253 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
255 checkout-cache: checkout-cache.o read-cache.o
256 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
258 diff-tree: diff-tree.o read-cache.o
259 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
261 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
262 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
264 show-files: show-files.o read-cache.o
265 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
267 check-files: check-files.o read-cache.o
268 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
270 ls-tree: ls-tree.o read-cache.o
271 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
273 merge-base: merge-base.o read-cache.o
274 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
276 read-cache.o: cache.h
283 cd .. ; tar czvf dircache.tar.gz dir-cache
287 Prop-content-length: 111
301 2009-10-19T23:44:07.619633Z
304 Node-path: trunk/Makefile
307 Text-content-length: 2521
308 Text-content-md5: 0668418a621333f4aa8b6632cd63e2a0
311 # -DCOLLISION_CHECK if you believe that SHA1's
312 # 1461501637330902918203684832716283019655932542976 hashes do not give you
313 # enough guarantees about no collisions between objects ever hapenning.
315 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
316 # Note that you need some new glibc (at least >2.2.4) for this, and it will
317 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
318 # break unless your underlying filesystem supports those sub-second times
325 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
326 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
327 check-files ls-tree merge-base merge-cache
332 install $(PROG) $(HOME)/bin/
338 update-cache: update-cache.o read-cache.o
339 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
341 show-diff: show-diff.o read-cache.o
342 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
344 write-tree: write-tree.o read-cache.o
345 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
347 read-tree: read-tree.o read-cache.o
348 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
350 commit-tree: commit-tree.o read-cache.o
351 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
353 cat-file: cat-file.o read-cache.o
354 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
356 fsck-cache: fsck-cache.o read-cache.o
357 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
359 checkout-cache: checkout-cache.o read-cache.o
360 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
362 diff-tree: diff-tree.o read-cache.o
363 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
365 rev-tree: rev-tree.o read-cache.o
366 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o $(LIBS)
368 show-files: show-files.o read-cache.o
369 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
371 check-files: check-files.o read-cache.o
372 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
374 ls-tree: ls-tree.o read-cache.o
375 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
377 merge-base: merge-base.o read-cache.o
378 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
380 merge-cache: merge-cache.o read-cache.o
381 $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
383 read-cache.o: cache.h
390 cd .. ; tar czvf dircache.tar.gz dir-cache
394 Prop-content-length: 112
408 2009-10-19T23:44:08.067554Z
411 Node-path: branches/left/Makefile
414 Text-content-length: 2593
415 Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
418 # -DCOLLISION_CHECK if you believe that SHA1's
419 # 1461501637330902918203684832716283019655932542976 hashes do not give you
420 # enough guarantees about no collisions between objects ever hapenning.
422 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
423 # Note that you need some new glibc (at least >2.2.4) for this, and it will
424 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
425 # break unless your underlying filesystem supports those sub-second times
432 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
433 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
434 check-files ls-tree merge-base
439 install $(PROG) $(HOME)/bin/
445 update-cache: update-cache.o read-cache.o
446 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
448 show-diff: show-diff.o read-cache.o
449 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
451 write-tree: write-tree.o read-cache.o
452 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
454 read-tree: read-tree.o read-cache.o
455 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
457 commit-tree: commit-tree.o read-cache.o
458 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
460 cat-file: cat-file.o read-cache.o
461 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
463 fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
464 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
466 checkout-cache: checkout-cache.o read-cache.o
467 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
469 diff-tree: diff-tree.o read-cache.o
470 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
472 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
473 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
475 show-files: show-files.o read-cache.o
476 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
478 check-files: check-files.o read-cache.o
479 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
481 ls-tree: ls-tree.o read-cache.o
482 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
484 merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
485 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
487 read-cache.o: cache.h
494 cd .. ; tar czvf dircache.tar.gz dir-cache
498 Prop-content-length: 131
504 merge branch 'left' into 'trunk'
512 2009-10-19T23:44:08.971801Z
518 Prop-content-length: 83
524 b48289b2-9c08-4d72-af37-0358a40b9c15:/branches/left:6
528 Node-path: trunk/Makefile
531 Text-content-length: 2713
532 Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
535 # -DCOLLISION_CHECK if you believe that SHA1's
536 # 1461501637330902918203684832716283019655932542976 hashes do not give you
537 # enough guarantees about no collisions between objects ever hapenning.
539 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
540 # Note that you need some new glibc (at least >2.2.4) for this, and it will
541 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
542 # break unless your underlying filesystem supports those sub-second times
549 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
550 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
551 check-files ls-tree merge-base merge-cache
556 install $(PROG) $(HOME)/bin/
562 update-cache: update-cache.o read-cache.o
563 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
565 show-diff: show-diff.o read-cache.o
566 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
568 write-tree: write-tree.o read-cache.o
569 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
571 read-tree: read-tree.o read-cache.o
572 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
574 commit-tree: commit-tree.o read-cache.o
575 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
577 cat-file: cat-file.o read-cache.o
578 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
580 fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
581 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
583 checkout-cache: checkout-cache.o read-cache.o
584 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
586 diff-tree: diff-tree.o read-cache.o
587 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
589 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
590 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
592 show-files: show-files.o read-cache.o
593 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
595 check-files: check-files.o read-cache.o
596 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
598 ls-tree: ls-tree.o read-cache.o
599 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
601 merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
602 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
604 merge-cache: merge-cache.o read-cache.o
605 $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
607 read-cache.o: cache.h
614 cd .. ; tar czvf dircache.tar.gz dir-cache