1SVN-fs-dump-format-version: 2
   2UUID: d6191530-2693-4a8e-98e7-b194d4c3edd8
   4Revision-number: 0
   6Prop-content-length: 56
   7Content-length: 56
   8K 8
  10svn:date
  11V 27
  122010-01-19T04:14:02.832406Z
  13PROPS-END
  14Revision-number: 1
  16Prop-content-length: 134
  17Content-length: 134
  18K 7
  20svn:log
  21V 36
  22(r1) Setup trunk, branches, and tags
  23K 10
  24svn:author
  25V 3
  26adm
  27K 8
  28svn:date
  29V 27
  302010-01-19T04:14:03.055172Z
  31PROPS-END
  32Node-path: branches
  34Node-kind: dir
  35Node-action: add
  36Prop-content-length: 10
  37Content-length: 10
  38PROPS-END
  40Node-path: tags
  43Node-kind: dir
  44Node-action: add
  45Prop-content-length: 10
  46Content-length: 10
  47PROPS-END
  49Node-path: trunk
  52Node-kind: dir
  53Node-action: add
  54Prop-content-length: 10
  55Content-length: 10
  56PROPS-END
  58Revision-number: 2
  61Prop-content-length: 111
  62Content-length: 111
  63K 7
  65svn:log
  66V 13
  67(r2) ancestor
  68K 10
  69svn:author
  70V 3
  71adm
  72K 8
  73svn:date
  74V 27
  752010-01-19T04:14:04.064506Z
  76PROPS-END
  77Node-path: trunk/Makefile
  79Node-kind: file
  80Node-action: add
  81Prop-content-length: 10
  82Text-content-length: 2401
  83Text-content-md5: bfd8ff778d1492dc6758567373176a89
  84Text-content-sha1: 103205ce331f7d64086dba497574734f78439590
  85Content-length: 2411
  86PROPS-END
  88# -DCOLLISION_CHECK if you believe that SHA1's
  89# 1461501637330902918203684832716283019655932542976 hashes do not give you
  90# enough guarantees about no collisions between objects ever hapenning.
  91#
  92# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
  93# Note that you need some new glibc (at least >2.2.4) for this, and it will
  94# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
  95# break unless your underlying filesystem supports those sub-second times
  96# (my ext3 doesn't).
  97CFLAGS=-g -O3 -Wall
  98CC=gcc
 100PROG=   update-cache show-diff init-db write-tree read-tree commit-tree \
 103        cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
 104        check-files ls-tree merge-base
 105all: $(PROG)
 107install: $(PROG)
 109        install $(PROG) $(HOME)/bin/
 110LIBS= -lssl -lz
 112init-db: init-db.o
 114update-cache: update-cache.o read-cache.o
 116        $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
 117show-diff: show-diff.o read-cache.o
 119        $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
 120write-tree: write-tree.o read-cache.o
 122        $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
 123read-tree: read-tree.o read-cache.o
 125        $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
 126commit-tree: commit-tree.o read-cache.o
 128        $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
 129cat-file: cat-file.o read-cache.o
 131        $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
 132fsck-cache: fsck-cache.o read-cache.o
 134        $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
 135checkout-cache: checkout-cache.o read-cache.o
 137        $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
 138diff-tree: diff-tree.o read-cache.o
 140        $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
 141rev-tree: rev-tree.o read-cache.o
 143        $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o $(LIBS)
 144show-files: show-files.o read-cache.o
 146        $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
 147check-files: check-files.o read-cache.o
 149        $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
 150ls-tree: ls-tree.o read-cache.o
 152        $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
 153merge-base: merge-base.o read-cache.o
 155        $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
 156read-cache.o: cache.h
 158show-diff.o: cache.h
 159clean:
 161        rm -f *.o $(PROG)
 162backup: clean
 164        cd .. ; tar czvf dircache.tar.gz dir-cache
 165Revision-number: 3
 168Prop-content-length: 119
 169Content-length: 119
 170K 7
 172svn:log
 173V 21
 174(r3) make left branch
 175K 10
 176svn:author
 177V 3
 178adm
 179K 8
 180svn:date
 181V 27
 1822010-01-19T04:14:06.040389Z
 183PROPS-END
 184Node-path: branches/left
 186Node-kind: dir
 187Node-action: add
 188Node-copyfrom-rev: 1
 189Node-copyfrom-path: trunk
 190Node-path: branches/left/Makefile
 193Node-kind: file
 194Node-action: add
 195Node-copyfrom-rev: 2
 196Node-copyfrom-path: trunk/Makefile
 197Text-copy-source-md5: bfd8ff778d1492dc6758567373176a89
 198Text-copy-source-sha1: 103205ce331f7d64086dba497574734f78439590
 199Revision-number: 4
 202Prop-content-length: 120
 203Content-length: 120
 204K 7
 206svn:log
 207V 22
 208(r4) make right branch
 209K 10
 210svn:author
 211V 3
 212adm
 213K 8
 214svn:date
 215V 27
 2162010-01-19T04:14:08.040905Z
 217PROPS-END
 218Node-path: branches/right
 220Node-kind: dir
 221Node-action: add
 222Node-copyfrom-rev: 1
 223Node-copyfrom-path: trunk
 224Node-path: branches/right/Makefile
 227Node-kind: file
 228Node-action: add
 229Node-copyfrom-rev: 2
 230Node-copyfrom-path: trunk/Makefile
 231Text-copy-source-md5: bfd8ff778d1492dc6758567373176a89
 232Text-copy-source-sha1: 103205ce331f7d64086dba497574734f78439590
 233Revision-number: 5
 236Prop-content-length: 116
 237Content-length: 116
 238K 7
 240svn:log
 241V 18
 242(r5) left update 1
 243K 10
 244svn:author
 245V 3
 246adm
 247K 8
 248svn:date
 249V 27
 2502010-01-19T04:14:09.049169Z
 251PROPS-END
 252Node-path: branches/left/Makefile
 254Node-kind: file
 255Node-action: change
 256Text-content-length: 2465
 257Text-content-md5: 16e38d9753b061731650561ce01b1195
 258Text-content-sha1: 36da4b84ea9b64218ab48171dfc5c48ae025f38b
 259Content-length: 2465
 260# -DCOLLISION_CHECK if you believe that SHA1's
 262# 1461501637330902918203684832716283019655932542976 hashes do not give you
 263# enough guarantees about no collisions between objects ever hapenning.
 264#
 265# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
 266# Note that you need some new glibc (at least >2.2.4) for this, and it will
 267# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
 268# break unless your underlying filesystem supports those sub-second times
 269# (my ext3 doesn't).
 270CFLAGS=-g -O3 -Wall
 271CC=gcc
 273PROG=   update-cache show-diff init-db write-tree read-tree commit-tree \
 276        cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
 277        check-files ls-tree merge-base
 278all: $(PROG)
 280install: $(PROG)
 282        install $(PROG) $(HOME)/bin/
 283LIBS= -lssl -lz
 285init-db: init-db.o
 287update-cache: update-cache.o read-cache.o
 289        $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
 290show-diff: show-diff.o read-cache.o
 292        $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
 293write-tree: write-tree.o read-cache.o
 295        $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
 296read-tree: read-tree.o read-cache.o
 298        $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
 299commit-tree: commit-tree.o read-cache.o
 301        $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
 302cat-file: cat-file.o read-cache.o
 304        $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
 305fsck-cache: fsck-cache.o read-cache.o
 307        $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
 308checkout-cache: checkout-cache.o read-cache.o
 310        $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
 311diff-tree: diff-tree.o read-cache.o
 313        $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
 314rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
 316        $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
 317show-files: show-files.o read-cache.o
 319        $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
 320check-files: check-files.o read-cache.o
 322        $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
 323ls-tree: ls-tree.o read-cache.o
 325        $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
 326merge-base: merge-base.o read-cache.o
 328        $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
 329read-cache.o: cache.h
 331show-diff.o: cache.h
 332clean:
 334        rm -f *.o $(PROG)
 335backup: clean
 337        cd .. ; tar czvf dircache.tar.gz dir-cache
 338Revision-number: 6
 341Prop-content-length: 117
 342Content-length: 117
 343K 7
 345svn:log
 346V 19
 347(r6) right update 1
 348K 10
 349svn:author
 350V 3
 351adm
 352K 8
 353svn:date
 354V 27
 3552010-01-19T04:14:10.049350Z
 356PROPS-END
 357Node-path: branches/right/Makefile
 359Node-kind: file
 360Node-action: change
 361Text-content-length: 2521
 362Text-content-md5: 0668418a621333f4aa8b6632cd63e2a0
 363Text-content-sha1: 4f29afd038e52f45acb5ef8c41acfc70062a741a
 364Content-length: 2521
 365# -DCOLLISION_CHECK if you believe that SHA1's
 367# 1461501637330902918203684832716283019655932542976 hashes do not give you
 368# enough guarantees about no collisions between objects ever hapenning.
 369#
 370# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
 371# Note that you need some new glibc (at least >2.2.4) for this, and it will
 372# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
 373# break unless your underlying filesystem supports those sub-second times
 374# (my ext3 doesn't).
 375CFLAGS=-g -O3 -Wall
 376CC=gcc
 378PROG=   update-cache show-diff init-db write-tree read-tree commit-tree \
 381        cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
 382        check-files ls-tree merge-base merge-cache
 383all: $(PROG)
 385install: $(PROG)
 387        install $(PROG) $(HOME)/bin/
 388LIBS= -lssl -lz
 390init-db: init-db.o
 392update-cache: update-cache.o read-cache.o
 394        $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
 395show-diff: show-diff.o read-cache.o
 397        $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
 398write-tree: write-tree.o read-cache.o
 400        $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
 401read-tree: read-tree.o read-cache.o
 403        $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
 404commit-tree: commit-tree.o read-cache.o
 406        $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
 407cat-file: cat-file.o read-cache.o
 409        $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
 410fsck-cache: fsck-cache.o read-cache.o
 412        $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o $(LIBS)
 413checkout-cache: checkout-cache.o read-cache.o
 415        $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
 416diff-tree: diff-tree.o read-cache.o
 418        $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
 419rev-tree: rev-tree.o read-cache.o
 421        $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o $(LIBS)
 422show-files: show-files.o read-cache.o
 424        $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
 425check-files: check-files.o read-cache.o
 427        $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
 428ls-tree: ls-tree.o read-cache.o
 430        $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
 431merge-base: merge-base.o read-cache.o
 433        $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
 434merge-cache: merge-cache.o read-cache.o
 436        $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
 437read-cache.o: cache.h
 439show-diff.o: cache.h
 440clean:
 442        rm -f *.o $(PROG)
 443backup: clean
 445        cd .. ; tar czvf dircache.tar.gz dir-cache
 446Revision-number: 7
 449Prop-content-length: 116
 450Content-length: 116
 451K 7
 453svn:log
 454V 18
 455(r7) left update 2
 456K 10
 457svn:author
 458V 3
 459adm
 460K 8
 461svn:date
 462V 27
 4632010-01-19T04:14:11.049209Z
 464PROPS-END
 465Node-path: branches/left/Makefile
 467Node-kind: file
 468Node-action: change
 469Text-content-length: 2529
 470Text-content-md5: f6b197cc3f2e89a83e545d4bb003de73
 471Text-content-sha1: 2f656677cfec0bceec85e53036ffb63e25126f8e
 472Content-length: 2529
 473# -DCOLLISION_CHECK if you believe that SHA1's
 475# 1461501637330902918203684832716283019655932542976 hashes do not give you
 476# enough guarantees about no collisions between objects ever hapenning.
 477#
 478# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
 479# Note that you need some new glibc (at least >2.2.4) for this, and it will
 480# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
 481# break unless your underlying filesystem supports those sub-second times
 482# (my ext3 doesn't).
 483CFLAGS=-g -O3 -Wall
 484CC=gcc
 486PROG=   update-cache show-diff init-db write-tree read-tree commit-tree \
 489        cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
 490        check-files ls-tree merge-base
 491all: $(PROG)
 493install: $(PROG)
 495        install $(PROG) $(HOME)/bin/
 496LIBS= -lssl -lz
 498init-db: init-db.o
 500update-cache: update-cache.o read-cache.o
 502        $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
 503show-diff: show-diff.o read-cache.o
 505        $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
 506write-tree: write-tree.o read-cache.o
 508        $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
 509read-tree: read-tree.o read-cache.o
 511        $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
 512commit-tree: commit-tree.o read-cache.o
 514        $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
 515cat-file: cat-file.o read-cache.o
 517        $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
 518fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
 520        $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
 521checkout-cache: checkout-cache.o read-cache.o
 523        $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
 524diff-tree: diff-tree.o read-cache.o
 526        $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
 527rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
 529        $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
 530show-files: show-files.o read-cache.o
 532        $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
 533check-files: check-files.o read-cache.o
 535        $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
 536ls-tree: ls-tree.o read-cache.o
 538        $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
 539merge-base: merge-base.o read-cache.o
 541        $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o $(LIBS)
 542read-cache.o: cache.h
 544show-diff.o: cache.h
 545clean:
 547        rm -f *.o $(PROG)
 548backup: clean
 550        cd .. ; tar czvf dircache.tar.gz dir-cache
 551Revision-number: 8
 554Prop-content-length: 116
 555Content-length: 116
 556K 7
 558svn:log
 559V 18
 560(r8) left update 3
 561K 10
 562svn:author
 563V 3
 564adm
 565K 8
 566svn:date
 567V 27
 5682010-01-19T04:14:12.049234Z
 569PROPS-END
 570Node-path: branches/left/Makefile
 572Node-kind: file
 573Node-action: change
 574Text-content-length: 2593
 575Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
 576Text-content-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
 577Content-length: 2593
 578# -DCOLLISION_CHECK if you believe that SHA1's
 580# 1461501637330902918203684832716283019655932542976 hashes do not give you
 581# enough guarantees about no collisions between objects ever hapenning.
 582#
 583# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
 584# Note that you need some new glibc (at least >2.2.4) for this, and it will
 585# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
 586# break unless your underlying filesystem supports those sub-second times
 587# (my ext3 doesn't).
 588CFLAGS=-g -O3 -Wall
 589CC=gcc
 591PROG=   update-cache show-diff init-db write-tree read-tree commit-tree \
 594        cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
 595        check-files ls-tree merge-base
 596all: $(PROG)
 598install: $(PROG)
 600        install $(PROG) $(HOME)/bin/
 601LIBS= -lssl -lz
 603init-db: init-db.o
 605update-cache: update-cache.o read-cache.o
 607        $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
 608show-diff: show-diff.o read-cache.o
 610        $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
 611write-tree: write-tree.o read-cache.o
 613        $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
 614read-tree: read-tree.o read-cache.o
 616        $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
 617commit-tree: commit-tree.o read-cache.o
 619        $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
 620cat-file: cat-file.o read-cache.o
 622        $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
 623fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
 625        $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
 626checkout-cache: checkout-cache.o read-cache.o
 628        $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
 629diff-tree: diff-tree.o read-cache.o
 631        $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
 632rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
 634        $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
 635show-files: show-files.o read-cache.o
 637        $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
 638check-files: check-files.o read-cache.o
 640        $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
 641ls-tree: ls-tree.o read-cache.o
 643        $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
 644merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
 646        $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
 647read-cache.o: cache.h
 649show-diff.o: cache.h
 650clean:
 652        rm -f *.o $(PROG)
 653backup: clean
 655        cd .. ; tar czvf dircache.tar.gz dir-cache
 656Revision-number: 9
 659Prop-content-length: 123
 660Content-length: 123
 661K 7
 663svn:log
 664V 25
 665(r9) make left sub-branch
 666K 10
 667svn:author
 668V 3
 669adm
 670K 8
 671svn:date
 672V 27
 6732010-01-19T04:14:14.040894Z
 674PROPS-END
 675Node-path: branches/left-sub
 677Node-kind: dir
 678Node-action: add
 679Node-copyfrom-rev: 3
 680Node-copyfrom-path: branches/left
 681Node-path: branches/left-sub/Makefile
 684Node-kind: file
 685Node-action: delete
 686Node-path: branches/left-sub/Makefile
 688Node-kind: file
 689Node-action: add
 690Node-copyfrom-rev: 8
 691Node-copyfrom-path: branches/left/Makefile
 692Text-copy-source-md5: 5ccff689fb290e00b85fe18ee50c54ba
 693Text-copy-source-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
 694Revision-number: 10
 699Prop-content-length: 128
 700Content-length: 128
 701K 7
 703svn:log
 704V 30
 705(r10) left sub-branch update 1
 706K 10
 707svn:author
 708V 3
 709adm
 710K 8
 711svn:date
 712V 27
 7132010-01-19T04:14:15.049935Z
 714PROPS-END
 715Node-path: branches/left-sub/README
 717Node-kind: file
 718Node-action: add
 719Prop-content-length: 10
 720Text-content-length: 7
 721Text-content-md5: fdbcfb6be9afe1121862143f226b51cf
 722Text-content-sha1: 1d1f5ea4ceb584337ffe59b8980d92e3b78dfef4
 723Content-length: 17
 724PROPS-END
 726crunch
 727Revision-number: 11
 730Prop-content-length: 125
 731Content-length: 125
 732K 7
 734svn:log
 735V 27
 736(r11) Merge left to trunk 1
 737K 10
 738svn:author
 739V 3
 740adm
 741K 8
 742svn:date
 743V 27
 7442010-01-19T04:14:18.056594Z
 745PROPS-END
 746Node-path: trunk
 748Node-kind: dir
 749Node-action: change
 750Prop-content-length: 54
 751Content-length: 54
 752K 13
 754svn:mergeinfo
 755V 19
 756/branches/left:2-10
 757PROPS-END
 758Node-path: trunk/Makefile
 761Node-kind: file
 762Node-action: change
 763Text-content-length: 2593
 764Text-content-md5: 5ccff689fb290e00b85fe18ee50c54ba
 765Text-content-sha1: a13de8e23f1483efca3e57b2b64b0ae6f740ce10
 766Content-length: 2593
 767# -DCOLLISION_CHECK if you believe that SHA1's
 769# 1461501637330902918203684832716283019655932542976 hashes do not give you
 770# enough guarantees about no collisions between objects ever hapenning.
 771#
 772# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
 773# Note that you need some new glibc (at least >2.2.4) for this, and it will
 774# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
 775# break unless your underlying filesystem supports those sub-second times
 776# (my ext3 doesn't).
 777CFLAGS=-g -O3 -Wall
 778CC=gcc
 780PROG=   update-cache show-diff init-db write-tree read-tree commit-tree \
 783        cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
 784        check-files ls-tree merge-base
 785all: $(PROG)
 787install: $(PROG)
 789        install $(PROG) $(HOME)/bin/
 790LIBS= -lssl -lz
 792init-db: init-db.o
 794update-cache: update-cache.o read-cache.o
 796        $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
 797show-diff: show-diff.o read-cache.o
 799        $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
 800write-tree: write-tree.o read-cache.o
 802        $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
 803read-tree: read-tree.o read-cache.o
 805        $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
 806commit-tree: commit-tree.o read-cache.o
 808        $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
 809cat-file: cat-file.o read-cache.o
 811        $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
 812fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
 814        $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
 815checkout-cache: checkout-cache.o read-cache.o
 817        $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
 818diff-tree: diff-tree.o read-cache.o
 820        $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
 821rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
 823        $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
 824show-files: show-files.o read-cache.o
 826        $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
 827check-files: check-files.o read-cache.o
 829        $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
 830ls-tree: ls-tree.o read-cache.o
 832        $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
 833merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
 835        $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
 836read-cache.o: cache.h
 838show-diff.o: cache.h
 839clean:
 841        rm -f *.o $(PROG)
 842backup: clean
 844        cd .. ; tar czvf dircache.tar.gz dir-cache
 845Revision-number: 12
 848Prop-content-length: 117
 849Content-length: 117
 850K 7
 852svn:log
 853V 19
 854(r12) left update 4
 855K 10
 856svn:author
 857V 3
 858adm
 859K 8
 860svn:date
 861V 27
 8622010-01-19T04:14:19.049620Z
 863PROPS-END
 864Node-path: branches/left/zlonk
 866Node-kind: file
 867Node-action: add
 868Prop-content-length: 10
 869Text-content-length: 7
 870Text-content-md5: 8b9d8c7c2aaa6167e7d3407a773bbbba
 871Text-content-sha1: 9716527ebd70a75c27625cacbeb2d897c6e86178
 872Content-length: 17
 873PROPS-END
 875touche
 876Revision-number: 13
 879Prop-content-length: 118
 880Content-length: 118
 881K 7
 883svn:log
 884V 20
 885(r13) right update 2
 886K 10
 887svn:author
 888V 3
 889adm
 890K 8
 891svn:date
 892V 27
 8932010-01-19T04:14:20.049659Z
 894PROPS-END
 895Node-path: branches/right/bang
 897Node-kind: file
 898Node-action: add
 899Prop-content-length: 10
 900Text-content-length: 8
 901Text-content-md5: 34c28f1d2dc6a9adeccc4265bf7516cb
 902Text-content-sha1: 0bc5bb345c0e71d28f784f12e0bd2d384c283062
 903Content-length: 18
 904PROPS-END
 906thwacke
 907Revision-number: 14
 910Prop-content-length: 140
 911Content-length: 140
 912K 7
 914svn:log
 915V 42
 916(r14) Cherry-pick right 2 commits to trunk
 917K 10
 918svn:author
 919V 3
 920adm
 921K 8
 922svn:date
 923V 27
 9242010-01-19T04:14:23.041991Z
 925PROPS-END
 926Node-path: trunk
 928Node-kind: dir
 929Node-action: change
 930Prop-content-length: 75
 931Content-length: 75
 932K 13
 934svn:mergeinfo
 935V 40
 936/branches/left:2-10
 937/branches/right:6-13
 938PROPS-END
 939Node-path: trunk/Makefile
 942Node-kind: file
 943Node-action: change
 944Text-content-length: 2713
 945Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
 946Text-content-sha1: 46d9377d783e67a9b581da110352e799517c8a14
 947Content-length: 2713
 948# -DCOLLISION_CHECK if you believe that SHA1's
 950# 1461501637330902918203684832716283019655932542976 hashes do not give you
 951# enough guarantees about no collisions between objects ever hapenning.
 952#
 953# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
 954# Note that you need some new glibc (at least >2.2.4) for this, and it will
 955# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
 956# break unless your underlying filesystem supports those sub-second times
 957# (my ext3 doesn't).
 958CFLAGS=-g -O3 -Wall
 959CC=gcc
 961PROG=   update-cache show-diff init-db write-tree read-tree commit-tree \
 964        cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
 965        check-files ls-tree merge-base merge-cache
 966all: $(PROG)
 968install: $(PROG)
 970        install $(PROG) $(HOME)/bin/
 971LIBS= -lssl -lz
 973init-db: init-db.o
 975update-cache: update-cache.o read-cache.o
 977        $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
 978show-diff: show-diff.o read-cache.o
 980        $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
 981write-tree: write-tree.o read-cache.o
 983        $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
 984read-tree: read-tree.o read-cache.o
 986        $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
 987commit-tree: commit-tree.o read-cache.o
 989        $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
 990cat-file: cat-file.o read-cache.o
 992        $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
 993fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
 995        $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
 996checkout-cache: checkout-cache.o read-cache.o
 998        $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
 999diff-tree: diff-tree.o read-cache.o
1001        $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
1002rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
1004        $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1005show-files: show-files.o read-cache.o
1007        $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
1008check-files: check-files.o read-cache.o
1010        $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
1011ls-tree: ls-tree.o read-cache.o
1013        $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
1014merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
1016        $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1017merge-cache: merge-cache.o read-cache.o
1019        $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
1020read-cache.o: cache.h
1022show-diff.o: cache.h
1023clean:
1025        rm -f *.o $(PROG)
1026backup: clean
1028        cd .. ; tar czvf dircache.tar.gz dir-cache
1029Node-path: trunk/bang
1032Node-kind: file
1033Node-action: add
1034Node-copyfrom-rev: 13
1035Node-copyfrom-path: branches/right/bang
1036Text-copy-source-md5: 34c28f1d2dc6a9adeccc4265bf7516cb
1037Text-copy-source-sha1: 0bc5bb345c0e71d28f784f12e0bd2d384c283062
1038Revision-number: 15
1041Prop-content-length: 126
1042Content-length: 126
1043K 7
1045svn:log
1046V 28
1047(r15) Merge right to trunk 1
1048K 10
1049svn:author
1050V 3
1051adm
1052K 8
1053svn:date
1054V 27
10552010-01-19T04:14:26.054456Z
1056PROPS-END
1057Node-path: trunk
1059Node-kind: dir
1060Node-action: change
1061Prop-content-length: 75
1062Content-length: 75
1063K 13
1065svn:mergeinfo
1066V 40
1067/branches/left:2-10
1068/branches/right:2-14
1069PROPS-END
1070Revision-number: 16
1073Prop-content-length: 118
1074Content-length: 118
1075K 7
1077svn:log
1078V 20
1079(r16) right update 3
1080K 10
1081svn:author
1082V 3
1083adm
1084K 8
1085svn:date
1086V 27
10872010-01-19T04:14:27.049955Z
1088PROPS-END
1089Node-path: branches/right/urkkk
1091Node-kind: file
1092Node-action: add
1093Prop-content-length: 10
1094Text-content-length: 6
1095Text-content-md5: 5889c8392e16251b0c80927607a03036
1096Text-content-sha1: 3934264d277a0cf886b6b1c7f2b9e56da2525302
1097Content-length: 16
1098PROPS-END
1100whamm
1101Revision-number: 17
1104Prop-content-length: 118
1105Content-length: 118
1106K 7
1108svn:log
1109V 20
1110(r17) trunk update 1
1111K 10
1112svn:author
1113V 3
1114adm
1115K 8
1116svn:date
1117V 27
11182010-01-19T04:14:28.049615Z
1119PROPS-END
1120Node-path: trunk/vronk
1122Node-kind: file
1123Node-action: add
1124Prop-content-length: 10
1125Text-content-length: 4
1126Text-content-md5: b2f80fa02a7f1364b9c29d3da44bf9f9
1127Text-content-sha1: e994d980c0f2d7a3f76138bf96d57f36f9633828
1128Content-length: 14
1129PROPS-END
1131pow
1132Revision-number: 18
1135Prop-content-length: 134
1136Content-length: 134
1137K 7
1139svn:log
1140V 36
1141(r18) Merge right to left sub-branch
1142K 10
1143svn:author
1144V 3
1145adm
1146K 8
1147svn:date
1148V 27
11492010-01-19T04:14:31.061460Z
1150PROPS-END
1151Node-path: branches/left-sub
1153Node-kind: dir
1154Node-action: change
1155Prop-content-length: 55
1156Content-length: 55
1157K 13
1159svn:mergeinfo
1160V 20
1161/branches/right:2-17
1162PROPS-END
1163Node-path: branches/left-sub/Makefile
1166Node-kind: file
1167Node-action: change
1168Text-content-length: 2713
1169Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
1170Text-content-sha1: 46d9377d783e67a9b581da110352e799517c8a14
1171Content-length: 2713
1172# -DCOLLISION_CHECK if you believe that SHA1's
1174# 1461501637330902918203684832716283019655932542976 hashes do not give you
1175# enough guarantees about no collisions between objects ever hapenning.
1176#
1177# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
1178# Note that you need some new glibc (at least >2.2.4) for this, and it will
1179# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
1180# break unless your underlying filesystem supports those sub-second times
1181# (my ext3 doesn't).
1182CFLAGS=-g -O3 -Wall
1183CC=gcc
1185PROG=   update-cache show-diff init-db write-tree read-tree commit-tree \
1188        cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
1189        check-files ls-tree merge-base merge-cache
1190all: $(PROG)
1192install: $(PROG)
1194        install $(PROG) $(HOME)/bin/
1195LIBS= -lssl -lz
1197init-db: init-db.o
1199update-cache: update-cache.o read-cache.o
1201        $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
1202show-diff: show-diff.o read-cache.o
1204        $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
1205write-tree: write-tree.o read-cache.o
1207        $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
1208read-tree: read-tree.o read-cache.o
1210        $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
1211commit-tree: commit-tree.o read-cache.o
1213        $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
1214cat-file: cat-file.o read-cache.o
1216        $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
1217fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
1219        $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1220checkout-cache: checkout-cache.o read-cache.o
1222        $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
1223diff-tree: diff-tree.o read-cache.o
1225        $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
1226rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
1228        $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1229show-files: show-files.o read-cache.o
1231        $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
1232check-files: check-files.o read-cache.o
1234        $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
1235ls-tree: ls-tree.o read-cache.o
1237        $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
1238merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
1240        $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1241merge-cache: merge-cache.o read-cache.o
1243        $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
1244read-cache.o: cache.h
1246show-diff.o: cache.h
1247clean:
1249        rm -f *.o $(PROG)
1250backup: clean
1252        cd .. ; tar czvf dircache.tar.gz dir-cache
1253Node-path: branches/left-sub/bang
1256Node-kind: file
1257Node-action: add
1258Node-copyfrom-rev: 17
1259Node-copyfrom-path: branches/right/bang
1260Text-copy-source-md5: 34c28f1d2dc6a9adeccc4265bf7516cb
1261Text-copy-source-sha1: 0bc5bb345c0e71d28f784f12e0bd2d384c283062
1262Node-path: branches/left-sub/urkkk
1265Node-kind: file
1266Node-action: add
1267Node-copyfrom-rev: 17
1268Node-copyfrom-path: branches/right/urkkk
1269Text-copy-source-md5: 5889c8392e16251b0c80927607a03036
1270Text-copy-source-sha1: 3934264d277a0cf886b6b1c7f2b9e56da2525302
1271Revision-number: 19
1274Prop-content-length: 128
1275Content-length: 128
1276K 7
1278svn:log
1279V 30
1280(r19) left sub-branch update 2
1281K 10
1282svn:author
1283V 3
1284adm
1285K 8
1286svn:date
1287V 27
12882010-01-19T04:14:32.049244Z
1289PROPS-END
1290Node-path: branches/left-sub/wham_eth
1292Node-kind: file
1293Node-action: add
1294Prop-content-length: 10
1295Text-content-length: 6
1296Text-content-md5: 757bcd5818572ef3f9580052617c1c8b
1297Text-content-sha1: b165019b005c199237ba822c4404e771e93b654a
1298Content-length: 16
1299PROPS-END
1301zowie
1302Revision-number: 20
1305Prop-content-length: 117
1306Content-length: 117
1307K 7
1309svn:log
1310V 19
1311(r20) left update 5
1312K 10
1313svn:author
1314V 3
1315adm
1316K 8
1317svn:date
1318V 27
13192010-01-19T04:14:33.049332Z
1320PROPS-END
1321Node-path: branches/left/glurpp
1323Node-kind: file
1324Node-action: add
1325Prop-content-length: 10
1326Text-content-length: 8
1327Text-content-md5: 14a169f628e0bb59df9c2160649d0a30
1328Text-content-sha1: ef7d929e52177767ecfcd28941f6b7f04b4131e3
1329Content-length: 18
1330PROPS-END
1332eee_yow
1333Revision-number: 21
1336Prop-content-length: 146
1337Content-length: 146
1338K 7
1340svn:log
1341V 48
1342(r21) Cherry-pick left sub-branch commit to left
1343K 10
1344svn:author
1345V 3
1346adm
1347K 8
1348svn:date
1349V 27
13502010-01-19T04:14:36.041839Z
1351PROPS-END
1352Node-path: branches/left
1354Node-kind: dir
1355Node-action: change
1356Prop-content-length: 56
1357Content-length: 56
1358K 13
1360svn:mergeinfo
1361V 21
1362/branches/left-sub:19
1363PROPS-END
1364Node-path: branches/left/wham_eth
1367Node-kind: file
1368Node-action: add
1369Node-copyfrom-rev: 19
1370Node-copyfrom-path: branches/left-sub/wham_eth
1371Text-copy-source-md5: 757bcd5818572ef3f9580052617c1c8b
1372Text-copy-source-sha1: b165019b005c199237ba822c4404e771e93b654a
1373Revision-number: 22
1376Prop-content-length: 133
1377Content-length: 133
1378K 7
1380svn:log
1381V 35
1382(r22) Merge left sub-branch to left
1383K 10
1384svn:author
1385V 3
1386adm
1387K 8
1388svn:date
1389V 27
13902010-01-19T04:14:39.045014Z
1391PROPS-END
1392Node-path: branches/left
1394Node-kind: dir
1395Node-action: change
1396Prop-content-length: 79
1397Content-length: 79
1398K 13
1400svn:mergeinfo
1401V 44
1402/branches/left-sub:4-19
1403/branches/right:2-17
1404PROPS-END
1405Node-path: branches/left/Makefile
1408Node-kind: file
1409Node-action: change
1410Text-content-length: 2713
1411Text-content-md5: 0afbe34f244cd662b1f97d708c687f90
1412Text-content-sha1: 46d9377d783e67a9b581da110352e799517c8a14
1413Content-length: 2713
1414# -DCOLLISION_CHECK if you believe that SHA1's
1416# 1461501637330902918203684832716283019655932542976 hashes do not give you
1417# enough guarantees about no collisions between objects ever hapenning.
1418#
1419# -DNSEC if you want git to care about sub-second file mtimes and ctimes.
1420# Note that you need some new glibc (at least >2.2.4) for this, and it will
1421# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
1422# break unless your underlying filesystem supports those sub-second times
1423# (my ext3 doesn't).
1424CFLAGS=-g -O3 -Wall
1425CC=gcc
1427PROG=   update-cache show-diff init-db write-tree read-tree commit-tree \
1430        cat-file fsck-cache checkout-cache diff-tree rev-tree show-files \
1431        check-files ls-tree merge-base merge-cache
1432all: $(PROG)
1434install: $(PROG)
1436        install $(PROG) $(HOME)/bin/
1437LIBS= -lssl -lz
1439init-db: init-db.o
1441update-cache: update-cache.o read-cache.o
1443        $(CC) $(CFLAGS) -o update-cache update-cache.o read-cache.o $(LIBS)
1444show-diff: show-diff.o read-cache.o
1446        $(CC) $(CFLAGS) -o show-diff show-diff.o read-cache.o $(LIBS)
1447write-tree: write-tree.o read-cache.o
1449        $(CC) $(CFLAGS) -o write-tree write-tree.o read-cache.o $(LIBS)
1450read-tree: read-tree.o read-cache.o
1452        $(CC) $(CFLAGS) -o read-tree read-tree.o read-cache.o $(LIBS)
1453commit-tree: commit-tree.o read-cache.o
1455        $(CC) $(CFLAGS) -o commit-tree commit-tree.o read-cache.o $(LIBS)
1456cat-file: cat-file.o read-cache.o
1458        $(CC) $(CFLAGS) -o cat-file cat-file.o read-cache.o $(LIBS)
1459fsck-cache: fsck-cache.o read-cache.o object.o commit.o tree.o blob.o
1461        $(CC) $(CFLAGS) -o fsck-cache fsck-cache.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1462checkout-cache: checkout-cache.o read-cache.o
1464        $(CC) $(CFLAGS) -o checkout-cache checkout-cache.o read-cache.o $(LIBS)
1465diff-tree: diff-tree.o read-cache.o
1467        $(CC) $(CFLAGS) -o diff-tree diff-tree.o read-cache.o $(LIBS)
1468rev-tree: rev-tree.o read-cache.o object.o commit.o tree.o blob.o
1470        $(CC) $(CFLAGS) -o rev-tree rev-tree.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1471show-files: show-files.o read-cache.o
1473        $(CC) $(CFLAGS) -o show-files show-files.o read-cache.o $(LIBS)
1474check-files: check-files.o read-cache.o
1476        $(CC) $(CFLAGS) -o check-files check-files.o read-cache.o $(LIBS)
1477ls-tree: ls-tree.o read-cache.o
1479        $(CC) $(CFLAGS) -o ls-tree ls-tree.o read-cache.o $(LIBS)
1480merge-base: merge-base.o read-cache.o object.o commit.o tree.o blob.o
1482        $(CC) $(CFLAGS) -o merge-base merge-base.o read-cache.o object.o commit.o tree.o blob.o $(LIBS)
1483merge-cache: merge-cache.o read-cache.o
1485        $(CC) $(CFLAGS) -o merge-cache merge-cache.o read-cache.o $(LIBS)
1486read-cache.o: cache.h
1488show-diff.o: cache.h
1489clean:
1491        rm -f *.o $(PROG)
1492backup: clean
1494        cd .. ; tar czvf dircache.tar.gz dir-cache
1495Node-path: branches/left/README
1498Node-kind: file
1499Node-action: add
1500Node-copyfrom-rev: 18
1501Node-copyfrom-path: branches/left-sub/README
1502Text-copy-source-md5: fdbcfb6be9afe1121862143f226b51cf
1503Text-copy-source-sha1: 1d1f5ea4ceb584337ffe59b8980d92e3b78dfef4
1504Node-path: branches/left/bang
1507Node-kind: file
1508Node-action: add
1509Node-copyfrom-rev: 18
1510Node-copyfrom-path: branches/left-sub/bang
1511Text-copy-source-md5: 34c28f1d2dc6a9adeccc4265bf7516cb
1512Text-copy-source-sha1: 0bc5bb345c0e71d28f784f12e0bd2d384c283062
1513Node-path: branches/left/urkkk
1516Node-kind: file
1517Node-action: add
1518Node-copyfrom-rev: 18
1519Node-copyfrom-path: branches/left-sub/urkkk
1520Text-copy-source-md5: 5889c8392e16251b0c80927607a03036
1521Text-copy-source-sha1: 3934264d277a0cf886b6b1c7f2b9e56da2525302
1522Revision-number: 23
1525Prop-content-length: 125
1526Content-length: 125
1527K 7
1529svn:log
1530V 27
1531(r23) Merge left to trunk 2
1532K 10
1533svn:author
1534V 3
1535adm
1536K 8
1537svn:date
1538V 27
15392010-01-19T04:14:42.052798Z
1540PROPS-END
1541Node-path: trunk
1543Node-kind: dir
1544Node-action: change
1545Prop-content-length: 99
1546Content-length: 99
1547K 13
1549svn:mergeinfo
1550V 64
1551/branches/left:2-22
1552/branches/left-sub:4-19
1553/branches/right:2-17
1554PROPS-END
1555Node-path: trunk/README
1558Node-kind: file
1559Node-action: add
1560Node-copyfrom-rev: 22
1561Node-copyfrom-path: branches/left/README
1562Text-copy-source-md5: fdbcfb6be9afe1121862143f226b51cf
1563Text-copy-source-sha1: 1d1f5ea4ceb584337ffe59b8980d92e3b78dfef4
1564Node-path: trunk/glurpp
1567Node-kind: file
1568Node-action: add
1569Node-copyfrom-rev: 22
1570Node-copyfrom-path: branches/left/glurpp
1571Text-copy-source-md5: 14a169f628e0bb59df9c2160649d0a30
1572Text-copy-source-sha1: ef7d929e52177767ecfcd28941f6b7f04b4131e3
1573Node-path: trunk/urkkk
1576Node-kind: file
1577Node-action: add
1578Node-copyfrom-rev: 22
1579Node-copyfrom-path: branches/left/urkkk
1580Text-copy-source-md5: 5889c8392e16251b0c80927607a03036
1581Text-copy-source-sha1: 3934264d277a0cf886b6b1c7f2b9e56da2525302
1582Node-path: trunk/wham_eth
1585Node-kind: file
1586Node-action: add
1587Node-copyfrom-rev: 22
1588Node-copyfrom-path: branches/left/wham_eth
1589Text-copy-source-md5: 757bcd5818572ef3f9580052617c1c8b
1590Text-copy-source-sha1: b165019b005c199237ba822c4404e771e93b654a
1591Node-path: trunk/zlonk
1594Node-kind: file
1595Node-action: add
1596Node-copyfrom-rev: 22
1597Node-copyfrom-path: branches/left/zlonk
1598Text-copy-source-md5: 8b9d8c7c2aaa6167e7d3407a773bbbba
1599Text-copy-source-sha1: 9716527ebd70a75c27625cacbeb2d897c6e86178
1600Revision-number: 24
1603Prop-content-length: 130
1604Content-length: 130
1605K 7
1607svn:log
1608V 32
1609(r24) non-merge right to trunk 2
1610K 10
1611svn:author
1612V 3
1613adm
1614K 8
1615svn:date
1616V 27
16172010-01-19T04:14:44.038434Z
1618PROPS-END
1619Node-path: trunk
1621Node-kind: dir
1622Node-action: change
1623Prop-content-length: 99
1624Content-length: 99
1625K 13
1627svn:mergeinfo
1628V 64
1629/branches/left:2-22
1630/branches/left-sub:4-19
1631/branches/right:2-22
1632PROPS-END
1633Revision-number: 25
1636Prop-content-length: 129
1637Content-length: 129
1638K 7
1640svn:log
1641V 31
1642(r25) make b1 branch from trunk
1643K 10
1644svn:author
1645V 3
1646adm
1647K 8
1648svn:date
1649V 27
16502010-02-22T06:18:56.084589Z
1651PROPS-END
1652Node-path: branches/b1
1654Node-kind: dir
1655Node-action: add
1656Node-copyfrom-rev: 24
1657Node-copyfrom-path: trunk
1658Revision-number: 26
1661Prop-content-length: 129
1662Content-length: 129
1663K 7
1665svn:log
1666V 31
1667(r26) make b2 branch from trunk
1668K 10
1669svn:author
1670V 3
1671adm
1672K 8
1673svn:date
1674V 27
16752010-02-22T06:18:59.076940Z
1676PROPS-END
1677Node-path: branches/b2
1679Node-kind: dir
1680Node-action: add
1681Node-copyfrom-rev: 25
1682Node-copyfrom-path: trunk
1683Revision-number: 27
1686Prop-content-length: 115
1687Content-length: 115
1688K 7
1690svn:log
1691V 17
1692(r27) b2 update 1
1693K 10
1694svn:author
1695V 3
1696adm
1697K 8
1698svn:date
1699V 27
17002010-02-22T06:19:01.095762Z
1701PROPS-END
1702Node-path: branches/b2/b2file
1704Node-kind: file
1705Node-action: add
1706Prop-content-length: 10
1707Text-content-length: 3
1708Text-content-md5: 5edbdd57cba621eb3c6e601bf563b4dc
1709Text-content-sha1: 9d4b38049776bd0a2074d67cad23f8eaed35a3b3
1710Content-length: 13
1711PROPS-END
1713b2
1714Revision-number: 28
1717Prop-content-length: 115
1718Content-length: 115
1719K 7
1721svn:log
1722V 17
1723(r28) b1 update 1
1724K 10
1725svn:author
1726V 3
1727adm
1728K 8
1729svn:date
1730V 27
17312010-02-22T06:19:03.097465Z
1732PROPS-END
1733Node-path: branches/b1/b1file
1735Node-kind: file
1736Node-action: add
1737Prop-content-length: 10
1738Text-content-length: 3
1739Text-content-md5: 08778dfd9ac4f603231896aba7aad523
1740Text-content-sha1: b551771aa4ad5b14123fc3bd98d89db2bc0edd4f
1741Content-length: 13
1742PROPS-END
1744b1
1745Revision-number: 29
1748Prop-content-length: 121
1749Content-length: 121
1750K 7
1752svn:log
1753V 23
1754(r29) Merge b1 to trunk
1755K 10
1756svn:author
1757V 3
1758adm
1759K 8
1760svn:date
1761V 27
17622010-02-22T06:19:06.073175Z
1763PROPS-END
1764Node-path: trunk
1766Node-kind: dir
1767Node-action: change
1768Prop-content-length: 118
1769Content-length: 118
1770K 13
1772svn:mergeinfo
1773V 83
1774/branches/b1:25-28
1775/branches/left:2-22
1776/branches/left-sub:4-19
1777/branches/right:2-22
1778PROPS-END
1779Node-path: trunk/b1file
1782Node-kind: file
1783Node-action: add
1784Node-copyfrom-rev: 28
1785Node-copyfrom-path: branches/b1/b1file
1786Text-copy-source-md5: 08778dfd9ac4f603231896aba7aad523
1787Text-copy-source-sha1: b551771aa4ad5b14123fc3bd98d89db2bc0edd4f
1788Revision-number: 30
1791Prop-content-length: 143
1792Content-length: 143
1793K 7
1795svn:log
1796V 45
1797(r30) trunk commit before merging trunk to b2
1798K 10
1799svn:author
1800V 3
1801adm
1802K 8
1803svn:date
1804V 27
18052010-02-22T06:19:08.096353Z
1806PROPS-END
1807Node-path: trunk/trunkfile
1809Node-kind: file
1810Node-action: add
1811Prop-content-length: 10
1812Text-content-length: 6
1813Text-content-md5: edf45fe5c98c5367733b39bbb2bb20d9
1814Text-content-sha1: 7361d1685e5c86dfc523620cfaf598f196f86239
1815Content-length: 16
1816PROPS-END
1818trunk
1819Revision-number: 31
1822Prop-content-length: 121
1823Content-length: 121
1824K 7
1826svn:log
1827V 23
1828(r31) Merge trunk to b2
1829K 10
1830svn:author
1831V 3
1832adm
1833K 8
1834svn:date
1835V 27
18362010-02-22T06:19:11.081541Z
1837PROPS-END
1838Node-path: branches/b2
1840Node-kind: dir
1841Node-action: change
1842Prop-content-length: 131
1843Content-length: 131
1844K 13
1846svn:mergeinfo
1847V 96
1848/branches/b1:25-28
1849/branches/left:2-22
1850/branches/left-sub:4-19
1851/branches/right:2-22
1852/trunk:26-30
1853PROPS-END
1854Node-path: branches/b2/b1file
1857Node-kind: file
1858Node-action: add
1859Node-copyfrom-rev: 30
1860Node-copyfrom-path: trunk/b1file
1861Text-copy-source-md5: 08778dfd9ac4f603231896aba7aad523
1862Text-copy-source-sha1: b551771aa4ad5b14123fc3bd98d89db2bc0edd4f
1863Node-path: branches/b2/trunkfile
1866Node-kind: file
1867Node-action: add
1868Node-copyfrom-rev: 30
1869Node-copyfrom-path: trunk/trunkfile
1870Text-copy-source-md5: edf45fe5c98c5367733b39bbb2bb20d9
1871Text-copy-source-sha1: 7361d1685e5c86dfc523620cfaf598f196f86239
1872Revision-number: 32
1875Prop-content-length: 121
1876Content-length: 121
1877K 7
1879svn:log
1880V 23
1881(r32) Merge b2 to trunk
1882K 10
1883svn:author
1884V 3
1885adm
1886K 8
1887svn:date
1888V 27
18892010-02-22T06:19:14.117939Z
1890PROPS-END
1891Node-path: trunk
1893Node-kind: dir
1894Node-action: change
1895Prop-content-length: 138
1896Content-length: 138
1897K 13
1899svn:mergeinfo
1900V 102
1901/branches/b1:25-28
1902/branches/b2:26-31
1903/branches/left:2-22
1904/branches/left-sub:4-19
1905/branches/right:2-22
1906PROPS-END
1907Node-path: trunk/b2file
1910Node-kind: file
1911Node-action: add
1912Node-copyfrom-rev: 31
1913Node-copyfrom-path: branches/b2/b2file
1914Text-copy-source-md5: 5edbdd57cba621eb3c6e601bf563b4dc
1915Text-copy-source-sha1: 9d4b38049776bd0a2074d67cad23f8eaed35a3b3
1916Revision-number: 33
1919Prop-content-length: 145
1920Content-length: 145
1921K 7
1923svn:log
1924V 47
1925(r33) make f1 branch from trunk with a new file
1926K 10
1927svn:author
1928V 3
1929adm
1930K 8
1931svn:date
1932V 27
19332010-02-22T06:19:17.105832Z
1934PROPS-END
1935Node-path: branches/f1
1937Node-kind: dir
1938Node-action: add
1939Node-copyfrom-rev: 32
1940Node-copyfrom-path: trunk
1941Node-path: branches/f1/f1file
1944Node-kind: file
1945Node-action: add
1946Prop-content-length: 10
1947Text-content-length: 3
1948Text-content-md5: 2b1abc6b6c5c0018851f9f8e6475563b
1949Text-content-sha1: aece6dfba588900e00d95601d22b4408d49580af
1950Content-length: 13
1951PROPS-END
1953f1
1954Revision-number: 34
1957Prop-content-length: 145
1958Content-length: 145
1959K 7
1961svn:log
1962V 47
1963(r34) make f2 branch from trunk with a new file
1964K 10
1965svn:author
1966V 3
1967adm
1968K 8
1969svn:date
1970V 27
19712010-02-22T06:19:20.110057Z
1972PROPS-END
1973Node-path: branches/f2
1975Node-kind: dir
1976Node-action: add
1977Node-copyfrom-rev: 33
1978Node-copyfrom-path: trunk
1979Node-path: branches/f2/f2file
1982Node-kind: file
1983Node-action: add
1984Prop-content-length: 10
1985Text-content-length: 3
1986Text-content-md5: 575c5638d60271457e54ab7d07309502
1987Text-content-sha1: 1c49a440c352f3473efa9512255033b94dc7def0
1988Content-length: 13
1989PROPS-END
1991f2
1992Revision-number: 35
1995Prop-content-length: 128
1996Content-length: 128
1997K 7
1999svn:log
2000V 30
2001(r35) Merge f1 and f2 to trunk
2002K 10
2003svn:author
2004V 3
2005adm
2006K 8
2007svn:date
2008V 27
20092010-02-22T06:19:24.081490Z
2010PROPS-END
2011Node-path: trunk
2013Node-kind: dir
2014Node-action: change
2015Prop-content-length: 173
2016Content-length: 173
2017K 13
2019svn:mergeinfo
2020V 137
2021/branches/b1:25-28
2022/branches/b2:26-31
2023/branches/f1:33-34
2024/branches/f2:34
2025/branches/left:2-22
2026/branches/left-sub:4-19
2027/branches/right:2-22
2028PROPS-END
2029Node-path: trunk/f1file
2032Node-kind: file
2033Node-action: add
2034Node-copyfrom-rev: 34
2035Node-copyfrom-path: branches/f1/f1file
2036Text-copy-source-md5: 2b1abc6b6c5c0018851f9f8e6475563b
2037Text-copy-source-sha1: aece6dfba588900e00d95601d22b4408d49580af
2038Node-path: trunk/f2file
2041Node-kind: file
2042Node-action: add
2043Node-copyfrom-rev: 34
2044Node-copyfrom-path: branches/f2/f2file
2045Text-copy-source-md5: 575c5638d60271457e54ab7d07309502
2046Text-copy-source-sha1: 1c49a440c352f3473efa9512255033b94dc7def0
2047Revision-number: 36
2050Prop-content-length: 135
2051Content-length: 135
2052K 7
2054svn:log
2055V 37
2056(r36) add subdirectory to left branch
2057K 10
2058svn:author
2059V 3
2060adm
2061K 8
2062svn:date
2063V 27
20642010-02-22T06:19:26.113516Z
2065PROPS-END
2066Node-path: branches/left/subdir
2068Node-kind: dir
2069Node-action: add
2070Prop-content-length: 10
2071Content-length: 10
2072PROPS-END
2074Node-path: branches/left/subdir/cowboy
2077Node-kind: file
2078Node-action: add
2079Prop-content-length: 10
2080Text-content-length: 7
2081Text-content-md5: f1d6530278ad409e68cc675476ad995f
2082Text-content-sha1: 732d9e3e5c391ffd767a98b45ddcc848de778cea
2083Content-length: 17
2084PROPS-END
2086Yeehaw
2087Revision-number: 37
2090Prop-content-length: 123
2091Content-length: 123
2092K 7
2094svn:log
2095V 25
2096(r37) merge left to trunk
2097K 10
2098svn:author
2099V 3
2100adm
2101K 8
2102svn:date
2103V 27
21042010-02-22T06:19:29.073699Z
2105PROPS-END
2106Node-path: trunk
2108Node-kind: dir
2109Node-action: change
2110Prop-content-length: 173
2111Content-length: 173
2112K 13
2114svn:mergeinfo
2115V 137
2116/branches/b1:25-28
2117/branches/b2:26-31
2118/branches/f1:33-34
2119/branches/f2:34
2120/branches/left:2-36
2121/branches/left-sub:4-19
2122/branches/right:2-22
2123PROPS-END
2124Node-path: trunk/subdir
2127Node-kind: dir
2128Node-action: add
2129Node-copyfrom-rev: 36
2130Node-copyfrom-path: branches/left/subdir
2131Revision-number: 38
2134Prop-content-length: 123
2135Content-length: 123
2136K 7
2138svn:log
2139V 25
2140(r38) make partial branch
2141K 10
2142svn:author
2143V 3
2144adm
2145K 8
2146svn:date
2147V 27
21482010-02-22T06:19:32.072243Z
2149PROPS-END
2150Node-path: branches/partial
2152Node-kind: dir
2153Node-action: add
2154Node-copyfrom-rev: 37
2155Node-copyfrom-path: trunk/subdir
2156Revision-number: 39
2159Prop-content-length: 118
2160Content-length: 118
2161K 7
2163svn:log
2164V 20
2165(r39) partial update
2166K 10
2167svn:author
2168V 3
2169adm
2170K 8
2171svn:date
2172V 27
21732010-02-22T06:19:34.097961Z
2174PROPS-END
2175Node-path: branches/partial/palindromes
2177Node-kind: file
2178Node-action: add
2179Prop-content-length: 10
2180Text-content-length: 8
2181Text-content-md5: 5d1c2024fb5efc4eef812856df1b080c
2182Text-content-sha1: 5f8509ddd14c91a52864dd1447344e706f9bbc69
2183Content-length: 18
2184PROPS-END
2186racecar
2187Revision-number: 40
2190Prop-content-length: 126
2191Content-length: 126
2192K 7
2194svn:log
2195V 28
2196(r40) merge partial to trunk
2197K 10
2198svn:author
2199V 3
2200adm
2201K 8
2202svn:date
2203V 27
22042010-02-22T06:19:37.080211Z
2205PROPS-END
2206Node-path: trunk/subdir
2208Node-kind: dir
2209Node-action: change
2210Prop-content-length: 246
2211Content-length: 246
2212K 13
2214svn:mergeinfo
2215V 210
2216/branches/b1/subdir:25-28
2217/branches/b2/subdir:26-31
2218/branches/f1/subdir:33-34
2219/branches/f2/subdir:34
2220/branches/left/subdir:2-36
2221/branches/left-sub/subdir:4-19
2222/branches/partial:38-39
2223/branches/right/subdir:2-22
2224PROPS-END
2225Node-path: trunk/subdir/palindromes
2228Node-kind: file
2229Node-action: add
2230Node-copyfrom-rev: 39
2231Node-copyfrom-path: branches/partial/palindromes
2232Text-copy-source-md5: 5d1c2024fb5efc4eef812856df1b080c
2233Text-copy-source-sha1: 5f8509ddd14c91a52864dd1447344e706f9bbc69
2234Revision-number: 41
2237Prop-content-length: 116
2238Content-length: 116
2239K 7
2241svn:log
2242V 18
2243(r41) tagging v1.0
2244K 10
2245svn:author
2246V 3
2247adm
2248K 8
2249svn:date
2250V 27
22512010-02-22T06:19:40.083460Z
2252PROPS-END
2253Node-path: tags/v1.0
2255Node-kind: dir
2256Node-action: add
2257Node-copyfrom-rev: 40
2258Node-copyfrom-path: trunk
2259Revision-number: 42
2262Prop-content-length: 131
2263Content-length: 131
2264K 7
2266svn:log
2267V 33
2268(r42) make bugfix branch from tag
2269K 10
2270svn:author
2271V 3
2272adm
2273K 8
2274svn:date
2275V 27
22762010-02-22T06:19:43.118075Z
2277PROPS-END
2278Node-path: branches/bugfix
2280Node-kind: dir
2281Node-action: add
2282Node-copyfrom-rev: 41
2283Node-copyfrom-path: tags/v1.0
2284Revision-number: 43
2287Prop-content-length: 120
2288Content-length: 120
2289K 7
2291svn:log
2292V 22
2293(r43) commit to bugfix
2294K 10
2295svn:author
2296V 3
2297adm
2298K 8
2299svn:date
2300V 27
23012010-02-22T06:19:45.079536Z
2302PROPS-END
2303Node-path: branches/bugfix/subdir/palindromes
2305Node-kind: file
2306Node-action: change
2307Text-content-length: 14
2308Text-content-md5: 3b12d98578a3f4320ba97e66da54fe5f
2309Text-content-sha1: 672931c9e8ac2c408209efab2f015638b6d64042
2310Content-length: 14
2311racecar
2313kayak
2314Revision-number: 44
2317Prop-content-length: 125
2318Content-length: 125
2319K 7
2321svn:log
2322V 27
2323(r44) Merge BUGFIX to TRUNK
2324K 10
2325svn:author
2326V 3
2327adm
2328K 8
2329svn:date
2330V 27
23312010-02-22T06:19:48.078914Z
2332PROPS-END
2333Node-path: trunk
2335Node-kind: dir
2336Node-action: change
2337Prop-content-length: 210
2338Content-length: 210
2339K 13
2341svn:mergeinfo
2342V 174
2343/branches/b1:25-28
2344/branches/b2:26-31
2345/branches/bugfix:42-43
2346/branches/f1:33-34
2347/branches/f2:34
2348/branches/left:2-36
2349/branches/left-sub:4-19
2350/branches/right:2-22
2351/tags/v1.0:41
2352PROPS-END
2353Node-path: trunk/subdir
2356Node-kind: dir
2357Node-action: change
2358Prop-content-length: 297
2359Content-length: 297
2360K 13
2362svn:mergeinfo
2363V 261
2364/branches/b1/subdir:25-28
2365/branches/b2/subdir:26-31
2366/branches/bugfix/subdir:42-43
2367/branches/f1/subdir:33-34
2368/branches/f2/subdir:34
2369/branches/left/subdir:2-36
2370/branches/left-sub/subdir:4-19
2371/branches/partial:38-39
2372/branches/right/subdir:2-22
2373/tags/v1.0/subdir:41
2374PROPS-END
2375Node-path: trunk/subdir/palindromes
2378Node-kind: file
2379Node-action: change
2380Text-content-length: 14
2381Text-content-md5: 3b12d98578a3f4320ba97e66da54fe5f
2382Text-content-sha1: 672931c9e8ac2c408209efab2f015638b6d64042
2383Content-length: 14
2384racecar
2386kayak
2387