1 SVN-fs-dump-format-version: 2
3 UUID: 1ce241d1-ba54-4eb9-bded-03057fe48a33
6 Prop-content-length: 56
12 2009-10-20T01:33:37.692723Z
16 Prop-content-length: 123
22 Setup trunk and branches
30 2009-10-20T01:33:38.159933Z
36 Prop-content-length: 10
45 Prop-content-length: 10
52 Prop-content-length: 106
66 2009-10-20T01:33:39.160059Z
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-20T01:33:41.148192Z
175 Node-path: branches/left
179 Node-copyfrom-path: trunk
180 Prop-content-length: 34
190 Node-path: branches/left/Makefile
194 Node-copyfrom-path: trunk/Makefile
195 Text-copy-source-md5: bfd8ff778d1492dc6758567373176a89
199 Prop-content-length: 112
213 2009-10-20T01:33:42.148773Z
216 Node-path: branches/left/Makefile
219 Text-content-length: 2465
220 Text-content-md5: 16e38d9753b061731650561ce01b1195
223 # -DCOLLISION_CHECK if you believe that SHA1's
224 # 1461501637330902918203684832716283019655932542976 hashes do not give you
225 # enough guarantees about no collisions between objects ever hapenning.
227 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
228 # Note that you need some new glibc (at least >2.2.4) for this, and it will
229 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
230 # break unless your underlying filesystem supports those sub-second times
237 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
238 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
239 check-files ls-tree merge-base
244 install $(PROG) $(HOME)/bin/
250 update-cache: update-cache.o read-cache.o
251 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
253 show-diff: show-diff.o read-cache.o
254 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
256 write-tree: write-tree.o read-cache.o
257 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
259 read-tree: read-tree.o read-cache.o
260 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
262 commit-tree: commit-tree.o read-cache.o
263 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
265 cat-file: cat-file.o read-cache.o
266 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
268 fsck-cache: fsck-cache.o read-cache.o
269 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
271 checkout-cache: checkout-cache.o read-cache.o
272 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
274 diff-tree: diff-tree.o read-cache.o
275 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
277 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
278 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
280 show-files: show-files.o read-cache.o
281 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
283 check-files: check-files.o read-cache.o
284 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
286 ls-tree: ls-tree.o read-cache.o
287 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
289 merge-base: merge-base.o read-cache.o
290 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
292 read-cache.o: cache.h
299 cd .. ; tar czvf dircache.tar.gz dir-cache
303 Prop-content-length: 111
317 2009-10-20T01:33:43.159959Z
320 Node-path: trunk/Makefile
323 Text-content-length: 2521
324 Text-content-md5: 0668418a621333f4aa8b6632cd63e2a0
327 # -DCOLLISION_CHECK if you believe that SHA1's
328 # 1461501637330902918203684832716283019655932542976 hashes do not give you
329 # enough guarantees about no collisions between objects ever hapenning.
331 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
332 # Note that you need some new glibc (at least >2.2.4) for this, and it will
333 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
334 # break unless your underlying filesystem supports those sub-second times
341 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
342 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
343 check-files ls-tree merge-base merge-cache
348 install $(PROG) $(HOME)/bin/
354 update-cache: update-cache.o read-cache.o
355 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
357 show-diff: show-diff.o read-cache.o
358 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
360 write-tree: write-tree.o read-cache.o
361 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
363 read-tree: read-tree.o read-cache.o
364 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
366 commit-tree: commit-tree.o read-cache.o
367 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
369 cat-file: cat-file.o read-cache.o
370 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
372 fsck-cache: fsck-cache.o read-cache.o
373 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
375 checkout-cache: checkout-cache.o read-cache.o
376 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
378 diff-tree: diff-tree.o read-cache.o
379 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
381 rev-tree: rev-tree.o read-cache.o
382 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o $(LIBS)
384 show-files: show-files.o read-cache.o
385 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
387 check-files: check-files.o read-cache.o
388 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
390 ls-tree: ls-tree.o read-cache.o
391 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
393 merge-base: merge-base.o read-cache.o
394 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
396 merge-cache: merge-cache.o read-cache.o
397 $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
399 read-cache.o: cache.h
406 cd .. ; tar czvf dircache.tar.gz dir-cache
410 Prop-content-length: 112
424 2009-10-20T01:33:44.164175Z
427 Node-path: branches/left/Makefile
430 Text-content-length: 2529
431 Text-content-md5: f6b197cc3f2e89a83e545d4bb003de73
434 # -DCOLLISION_CHECK if you believe that SHA1's
435 # 1461501637330902918203684832716283019655932542976 hashes do not give you
436 # enough guarantees about no collisions between objects ever hapenning.
438 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
439 # Note that you need some new glibc (at least >2.2.4) for this, and it will
440 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
441 # break unless your underlying filesystem supports those sub-second times
448 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
449 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
450 check-files ls-tree merge-base
455 install $(PROG) $(HOME)/bin/
461 update-cache: update-cache.o read-cache.o
462 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
464 show-diff: show-diff.o read-cache.o
465 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
467 write-tree: write-tree.o read-cache.o
468 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
470 read-tree: read-tree.o read-cache.o
471 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
473 commit-tree: commit-tree.o read-cache.o
474 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
476 cat-file: cat-file.o read-cache.o
477 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
479 fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
480 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
482 checkout-cache: checkout-cache.o read-cache.o
483 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
485 diff-tree: diff-tree.o read-cache.o
486 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
488 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
489 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
491 show-files: show-files.o read-cache.o
492 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
494 check-files: check-files.o read-cache.o
495 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
497 ls-tree: ls-tree.o read-cache.o
498 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
500 merge-base: merge-base.o read-cache.o
501 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
503 read-cache.o: cache.h
510 cd .. ; tar czvf dircache.tar.gz dir-cache
514 Prop-content-length: 112
528 2009-10-20T01:33:45.144214Z
531 Node-path: branches/left/Makefile
534 Text-content-length: 2593
535 Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
538 # -DCOLLISION_CHECK if you believe that SHA1's
539 # 1461501637330902918203684832716283019655932542976 hashes do not give you
540 # enough guarantees about no collisions between objects ever hapenning.
542 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
543 # Note that you need some new glibc (at least >2.2.4) for this, and it will
544 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
545 # break unless your underlying filesystem supports those sub-second times
552 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
553 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
554 check-files ls-tree merge-base
559 install $(PROG) $(HOME)/bin/
565 update-cache: update-cache.o read-cache.o
566 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
568 show-diff: show-diff.o read-cache.o
569 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
571 write-tree: write-tree.o read-cache.o
572 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
574 read-tree: read-tree.o read-cache.o
575 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
577 commit-tree: commit-tree.o read-cache.o
578 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
580 cat-file: cat-file.o read-cache.o
581 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
583 fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
584 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
586 checkout-cache: checkout-cache.o read-cache.o
587 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
589 diff-tree: diff-tree.o read-cache.o
590 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
592 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
593 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
595 show-files: show-files.o read-cache.o
596 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
598 check-files: check-files.o read-cache.o
599 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
601 ls-tree: ls-tree.o read-cache.o
602 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
604 merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
605 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
607 read-cache.o: cache.h
614 cd .. ; tar czvf dircache.tar.gz dir-cache
618 Prop-content-length: 110
632 2009-10-20T01:33:48.176135Z
638 Prop-content-length: 53
648 Node-path: trunk/Makefile
651 Text-content-length: 2713
652 Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
655 # -DCOLLISION_CHECK if you believe that SHA1's
656 # 1461501637330902918203684832716283019655932542976 hashes do not give you
657 # enough guarantees about no collisions between objects ever hapenning.
659 # -DNSEC if you want git to care about sub-second file mtimes and ctimes.
660 # Note that you need some new glibc (at least >2.2.4) for this, and it will
661 # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
662 # break unless your underlying filesystem supports those sub-second times
669 PROG= update-cache show-diff init-db write-tree read-tree commit-tree \
670 cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
671 check-files ls-tree merge-base merge-cache
676 install $(PROG) $(HOME)/bin/
682 update-cache: update-cache.o read-cache.o
683 $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
685 show-diff: show-diff.o read-cache.o
686 $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
688 write-tree: write-tree.o read-cache.o
689 $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
691 read-tree: read-tree.o read-cache.o
692 $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
694 commit-tree: commit-tree.o read-cache.o
695 $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
697 cat-file: cat-file.o read-cache.o
698 $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
700 fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
701 $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
703 checkout-cache: checkout-cache.o read-cache.o
704 $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
706 diff-tree: diff-tree.o read-cache.o
707 $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
709 rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
710 $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
712 show-files: show-files.o read-cache.o
713 $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
715 check-files: check-files.o read-cache.o
716 $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
718 ls-tree: ls-tree.o read-cache.o
719 $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
721 merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
722 $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
724 merge-cache: merge-cache.o read-cache.o
725 $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
727 read-cache.o: cache.h
734 cd .. ; tar czvf dircache.tar.gz dir-cache