Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1686
arc diff problems with svn
Active
Public
Actions
Authored by
•
sshannin
on Dec 12 2014, 9:09 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
Arcanist
Referenced Files
F249649: arc_diff_problems_with_svn
Dec 12 2014, 9:09 PM
2014-12-12 21:09:48 (UTC+0)
Subscribers
None
seth@luca:~/update/build$ arc which --trace
libphutil loaded from '/home/seth/local/src/arcanist/libphutil/src'.
arcanist loaded from '/home/seth/local/src/arcanist/arcanist/src'.
Config: Reading user configuration file "/home/seth/.arcrc"...
Config: Did not find system configuration at "/etc/arcconfig".
Working Copy: Reading .arcconfig from "/home/seth/update/build/.arcconfig".
Working Copy: Path "/home/seth/update/build" is part of `svn` working copy "/home/seth/update/build".
Working Copy: Project root is at "/home/seth/update/build".
Config: Did not find local configuration at "/home/seth/update/build/.svn/arc/config".
>>> [0] <conduit> conduit.connect() <bytes = 467>
>>> [1] <http> http://phab.spira:8001/api/conduit.connect
<<< [1] <http> 63,213 us
<<< [0] <conduit> 63,617 us
REPOSITORY
>>> [2] <conduit> repository.query() <bytes = 190>
>>> [3] <http> http://phab.spira:8001/api/repository.query
<<< [3] <http> 36,183 us
<<< [2] <conduit> 36,339 us
To identify the repository associated with this working copy, arc followed this process:
Configuration value "repository.callsign" is set to "M".
Found a unique matching repository.
This working copy is associated with the M repository.
MATCHING REVISIONS
These Differential revisions match the changes in this working copy:
(No revisions match.)
Since there are no revisions in Differential which match this working copy, a
new revision will be created if you run 'arc diff'.
seth@luca:~/update/build$ echo 'hello' >> makefile.common
seth@luca:~/update/build$ arc diff
Linting...
No lint engine configured for this project.
Running unit tests...
No unit test engine is configured for this project.
Created a new Differential revision:
Revision URI: http://phab.spira:8001/D7
Included changes:
M makefile.common
seth@luca:~/update/build$ arc which --trace
libphutil loaded from '/home/seth/local/src/arcanist/libphutil/src'.
arcanist loaded from '/home/seth/local/src/arcanist/arcanist/src'.
Config: Reading user configuration file "/home/seth/.arcrc"...
Config: Did not find system configuration at "/etc/arcconfig".
Working Copy: Reading .arcconfig from "/home/seth/update/build/.arcconfig".
Working Copy: Path "/home/seth/update/build" is part of `svn` working copy "/home/seth/update/build".
Working Copy: Project root is at "/home/seth/update/build".
Config: Did not find local configuration at "/home/seth/update/build/.svn/arc/config".
>>> [0] <conduit> conduit.connect() <bytes = 467>
>>> [1] <http> http://phab.spira:8001/api/conduit.connect
<<< [1] <http> 88,854 us
<<< [0] <conduit> 89,045 us
REPOSITORY
>>> [2] <conduit> repository.query() <bytes = 190>
>>> [3] <http> http://phab.spira:8001/api/repository.query
<<< [3] <http> 64,252 us
<<< [2] <conduit> 64,404 us
To identify the repository associated with this working copy, arc followed this process:
Configuration value "repository.callsign" is set to "M".
Found a unique matching repository.
This working copy is associated with the M repository.
MATCHING REVISIONS
These Differential revisions match the changes in this working copy:
(No revisions match.)
Since there are no revisions in Differential which match this working copy, a
new revision will be created if you run 'arc diff'.
seth@luca:~/update/build$ svn info .
Path: .
URL: svn://svn.spira/mainrepo/build/trunk
Repository Root: svn://svn.spira/mainrepo
Repository UUID: 5b050b1a-ec2b-4496-a8ad-8719d879b7e6
Revision: 27456
Node Kind: directory
Schedule: normal
Last Changed Author: seth
Last Changed Rev: 152
Last Changed Date: 2014-12-12 15:39:17 -0500 (Fri, 12 Dec 2014)
Event Timeline
•
sshannin
edited the content of this paste.
(Show Details)
Dec 12 2014, 9:09 PM
2014-12-12 21:09:48 (UTC+0)
•
sshannin
changed the title of this paste from untitled to
arc diff problems with svn
.
•
sshannin
updated the paste's language from
autodetect
to
autodetect
.
•
sshannin
added a project:
Arcanist
.
shrinidhirao
mentioned this in
T6743: Loosen arcanist requirements for matching SVN diffs
.
Jan 18 2015, 9:09 AM
2015-01-18 09:09:44 (UTC+0)
Log In to Comment