svn commit: r54704 - head
Eitan Adler <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: eadler
Date: Mon Nov 23 04:37:38 2020
New Revision: 54704
URL: https://svnweb.freebsd.org/changeset/doc/54704
Log:
arcconfig: add callsign again
Problem
When using git-svn or other non-pure-svn tooling the original subversion
URL is not present. This causes arcanist/phabricator to be unable to
determine which repository is being modified.
Solution
Restore callsign to .arcconfig to enable exact repository matching even
with git-svn.
Reported By: jhb
Modified:
head/.arcconfig
Modified: head/.arcconfig
==============================================================================
--- head/.arcconfig Sun Nov 22 21:02:43 2020 (r54703)
+++ head/.arcconfig Mon Nov 23 04:37:38 2020 (r54704)
@@ -1,4 +1,5 @@
{
+ "repository.callsign" : "D",
"phabricator.uri" : "https://reviews.freebsd.org/",
"history.immutable" : true
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"