Re: svn commit: r367945 - head

2020-11-24 Thread John Baldwin
On 11/22/20 8:39 PM, Eitan Adler wrote:
> Author: eadler
> Date: Mon Nov 23 04:39:29 2020
> New Revision: 367945
> URL: https://svnweb.freebsd.org/changeset/base/367945
> 
> 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

In my case I wasn't using git svn, just using arc with git branches from
the GH mirror.

Thanks for fixing!

-- 
John Baldwin
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r367945 - head

2020-11-22 Thread Eitan Adler
Author: eadler
Date: Mon Nov 23 04:39:29 2020
New Revision: 367945
URL: https://svnweb.freebsd.org/changeset/base/367945

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 Mon Nov 23 02:49:53 2020(r367944)
+++ head/.arcconfig Mon Nov 23 04:39:29 2020(r367945)
@@ -1,4 +1,5 @@
 {
+   "repository.callsign" : "S",
"phabricator.uri" : "https://reviews.freebsd.org/";,
"history.immutable" : true
 }
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"