Page MenuHomePhabricator

Add Subversion ref and content logs to pre-commit hooks
ClosedPublic

Authored by epriestley on Dec 13 2013, 1:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 5:22 PM
Unknown Object (File)
Sun, Dec 15, 11:23 PM
Unknown Object (File)
Thu, Dec 12, 2:00 AM
Unknown Object (File)
Tue, Dec 10, 8:13 PM
Unknown Object (File)
Nov 28 2024, 9:46 AM
Unknown Object (File)
Nov 24 2024, 5:32 AM
Unknown Object (File)
Nov 23 2024, 8:22 PM
Unknown Object (File)
Nov 20 2024, 11:48 AM
Subscribers

Details

Summary

Ref T4195. SVN has no such thing as refs (I was thinking about writing a quasi-ref anyway like HEAD: r23 -> r24, but I'm not sure it would actually be useful). And content is very easy to build.

Test Plan

Pushed some stuff to SVN, got logs from it.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan added inline comments.
src/applications/diffusion/engine/DiffusionCommitHookEngine.php
742

huh, i don't recall seeing svnlook before. cool.