DISQUS
Unregistered
Feeds
Comments only
Comments with replies
aliases
Rob
Rob
Is this you?
Claim Profile »
11 months ago
in
Mac OS Custom Icons and subversion don’t mix
on
toxicsoftware.com
Thanks for the info guys.
I have a repo with many OmniGraffle docs that had their own icon file. They all bork the admin load.
Best way to find all Icon files is:
grep "^Node-path: .*/Icon" repo.dump
I then used a multi-line argument call to dumpfilter to exclude all the Icon paths in one call:
dumpfilter \
exclude "Project/Diagrams/Garment Meeting 20050601.graffle/Icon" \
exclude "Project/Diagrams/Inspector/Fabric Order Inspector.graffle/Icon" \
exclude "Project/Diagrams/Inspector/Inspector Sheets.graffle/Icon" \
exclude "Project/Diagrams/Reports/Testing.graffle/Icon" \
exclude "Project/Diagrams/Wizard/Fabric/New Fabric Order.graffle/Icon" \
exclude "Project/Diagrams/Wizard/Fabric/New Fabric Supplier.graffle/Icon" \
exclude "Project/Diagrams/Wizard/Fabric/New Fabric.graffle/Icon" \
exclude "Project/Diagrams/Wizard/Wizard Template.graffle/Icon" \
exclude "Project/Diagrams/Reports/Fabric/Workspace Reports.graffle/Icon" \
exclude "Project/Diagrams/Inspector/Fabric/Fabric Inspector.graffle/Icon" \
exclude "Project/Diagrams/Inspector/Fabric/Supplier Inspector.graffle/Icon" \
exclude "Project/Diagrams/Reports/Fabric/Detail Report.graffle/Icon" \
< repo.dump \
> repo.filtered.dump
Jump to »
Returning?
Login
Reblog this comment
close