Page MenuHomePhabricator
Feed Advanced Search

Dec 13 2015

epriestley added a revision to T9970: new files are empty for arc diff --create and --update : D14755: Preserve the exit code of the diff command in binary_safe_diff.sh.
Dec 13 2015, 10:22 AM · Subversion, Arcanist, Bug Report

Dec 12 2015

stevenh added a comment to T9970: new files are empty for arc diff --create and --update .

I also tested on latest arc version no change:
/data/arc/arcanist/bin/arc version
arcanist dae2f0073f019221839924b4b1431c6cba5dcdda (10 Dec 2015)
libphutil 230c3e161c9ad7ee920d003b53e7c4a473a46207 (7 Dec 2015)

Dec 12 2015, 7:13 PM · Subversion, Arcanist, Bug Report
dim added a comment to T9970: new files are empty for arc diff --create and --update .

Right, I think I have found the cause. The binary_safe_diff.sh does not preserve the exit code of diff, and it returns 0 even if diff returned 1. Apparently returning 0 causes Subversion 1.9 to emit the file headers again.

Dec 12 2015, 6:59 PM · Subversion, Arcanist, Bug Report
epriestley added a comment to T9970: new files are empty for arc diff --create and --update .

Yes, 6 months is a huge amount of time in the scale of arc, although that version is probably new enough to have D9921 (although I don't know if July 26 is the changes it actually includes, or just the date someone might have published some earlier version, and have no idea what _2 means).

Dec 12 2015, 5:44 PM · Subversion, Arcanist, Bug Report
chad added projects to T9926: SVN Commit fails, hard to debug: Diffusion, Subversion.
Dec 12 2015, 5:06 PM · Bug Report (Needs Information), Subversion, Diffusion
chad added projects to T9970: new files are empty for arc diff --create and --update : Arcanist, Subversion.
Dec 12 2015, 5:04 PM · Subversion, Arcanist, Bug Report

Dec 10 2015

epriestley moved T9859: `arc diff` allows addition of empty directories in SVN but `arc patch` creates files from Backlog to arc patch on the Arcanist board.
Dec 10 2015, 3:03 PM · FreeBSD, Arcanist, Subversion
epriestley moved T9784: `arc patch`: Directory move in SVN patch workflow is implemented erroneously from Backlog to arc patch on the Arcanist board.
Dec 10 2015, 2:54 PM · Subversion, Arcanist

Dec 5 2015

epriestley closed T6763: Allow herald rules to filter on branch/tag creation in Subversion as Wontfix.

We haven't seen other requests for this in a year, and our behavior is technically correct and I think it is broadly reasonable.

Dec 5 2015, 9:07 PM · Subversion, Herald

Dec 2 2015

eadler moved T9859: `arc diff` allows addition of empty directories in SVN but `arc patch` creates files from Backlog to Important on the FreeBSD board.
Dec 2 2015, 7:41 AM · FreeBSD, Arcanist, Subversion
eadler added a project to T9859: `arc diff` allows addition of empty directories in SVN but `arc patch` creates files: FreeBSD.
Dec 2 2015, 7:41 AM · FreeBSD, Arcanist, Subversion

Nov 28 2015

andrask added a comment to T9859: `arc diff` allows addition of empty directories in SVN but `arc patch` creates files.

@epriestley Thanks for the analysis, I'm happy it was easy to reproduce.

Nov 28 2015, 8:51 PM · FreeBSD, Arcanist, Subversion

Nov 27 2015

epriestley renamed T9859: `arc diff` allows addition of empty directories in SVN but `arc patch` creates files from `arc diff` allows addition of empty directories but `arc patch` creates files to `arc diff` allows addition of empty directories in SVN but `arc patch` creates files.
Nov 27 2015, 4:26 PM · FreeBSD, Arcanist, Subversion
epriestley triaged T9859: `arc diff` allows addition of empty directories in SVN but `arc patch` creates files as Low priority.

This seems straightforward to reproduce:

Nov 27 2015, 4:25 PM · FreeBSD, Arcanist, Subversion

Nov 26 2015

andrask created T9859: `arc diff` allows addition of empty directories in SVN but `arc patch` creates files.
Nov 26 2015, 1:32 PM · FreeBSD, Arcanist, Subversion

Nov 22 2015

joshuaspence added a comment to T9784: `arc patch`: Directory move in SVN patch workflow is implemented erroneously.

@joshuaspence what do you think about this issue?

Nov 22 2015, 7:18 PM · Subversion, Arcanist
andrask added a comment to T9784: `arc patch`: Directory move in SVN patch workflow is implemented erroneously.

@avivey I'm not sure how I can create a patch for that repo as it has no valid .arcconfig and I don't have the config for the whole Phabricator project. So I just created an svn diff that you can apply locally and then create the patch with your setup. I uploaded it here: https://secure.phabricator.com/F989152

Nov 22 2015, 8:18 AM · Subversion, Arcanist
avivey added a comment to T9784: `arc patch`: Directory move in SVN patch workflow is implemented erroneously.

@andrask: I couldn't quite understand what exactly is going on, and what is the expected behavior.

Nov 22 2015, 6:14 AM · Subversion, Arcanist

Nov 21 2015

andrask added a comment to T9784: `arc patch`: Directory move in SVN patch workflow is implemented erroneously.

@joshuaspence what do you think about this issue?

Nov 21 2015, 8:13 AM · Subversion, Arcanist

Nov 18 2015

andrask added a comment to T9784: `arc patch`: Directory move in SVN patch workflow is implemented erroneously.

Is there anything I could do to facilitate discussion or acception of this proposal?

Nov 18 2015, 8:27 PM · Subversion, Arcanist

Nov 14 2015

avivey renamed T9784: `arc patch`: Directory move in SVN patch workflow is implemented erroneously from Directory move in SVN patch workflow is implemented erroneously to `arc patch`: Directory move in SVN patch workflow is implemented erroneously.
Nov 14 2015, 9:05 PM · Subversion, Arcanist

Oct 25 2015

silverskysoft added a comment to Q180: Why does SVN Commit fail with blocked by pre-commit?.

There is a default pre-commit hook. I don't any custom ones there. If I run it as vcs-user I get a error at this line:
throw new Exception(pht('usage: commit-hook <callsign> <repo> <txn>'));
I'm hesitant to call this exception the same as the issue I see during actual commit because there is no obvious link.

Oct 25 2015, 11:17 PM · Subversion
avivey added a comment to Q180: Why does SVN Commit fail with blocked by pre-commit?.

The commit hooks are in hooks/ directory in the working copy /phabdatavol/softwarerepos/TESTPROJ/.

Oct 25 2015, 7:46 PM · Subversion
silverskysoft added a comment to Q180: Why does SVN Commit fail with blocked by pre-commit?.

Still looking... nothing useful found. Anyone know what information might be helpful to debug?

Oct 25 2015, 4:51 AM · Subversion

Oct 24 2015

epriestley renamed T9590: Subversion directory anchoring rules are unclear and underpowered from wrong incremental change with subversion commit to Subversion directory anchoring rules are unclear and underpowered.
Oct 24 2015, 3:11 PM · Differential, Subversion

Oct 20 2015

sshannin added a comment to T9590: Subversion directory anchoring rules are unclear and underpowered.

Yeah. gotcha. At risk of suggestion solutions and vs. describing problems, certainly the way I think about it is:

  1. What is the common prefix of all these file changes (i.e. /repo/projects/tfb/www/trunk/main/production/master/) aka where in the tree did I invoke arc diff?
  2. What are the sub-paths w.r.t. the prefix of each file changed (i.e. path/to/file.c)?
Oct 20 2015, 1:49 PM · Differential, Subversion
epriestley added a comment to T9590: Subversion directory anchoring rules are unclear and underpowered.

It looks like it still has trouble properly rooting the files. Maybe a good way forward here is to always use their absolute path in the repo instead of trying to tie them to some subdir?

Oct 20 2015, 1:23 PM · Differential, Subversion

Oct 19 2015

sshannin added a comment to T9590: Subversion directory anchoring rules are unclear and underpowered.

Seems like that didn't quite get it yet (see D14301). Below is my transcript:

Oct 19 2015, 4:35 PM · Differential, Subversion
epriestley added a comment to T9590: Subversion directory anchoring rules are unclear and underpowered.

Adding one is probably the easiest workaround for now.

Oct 19 2015, 4:20 PM · Differential, Subversion
sshannin added a comment to T9590: Subversion directory anchoring rules are unclear and underpowered.

Ahh, looks like not. We'd been slowly phasing out .arcconfigs since the removal or arcanist projects.

Oct 19 2015, 4:15 PM · Differential, Subversion
epriestley added a comment to T9590: Subversion directory anchoring rules are unclear and underpowered.

Aah, okay, I misunderstood.

Oct 19 2015, 4:07 PM · Differential, Subversion

Oct 18 2015

sshannin reopened T9590: Subversion directory anchoring rules are unclear and underpowered as "Open".

Hmmm, I didn't actually move any files. Maybe this is a derivate of the issue in T9188 then?

Oct 18 2015, 5:19 PM · Differential, Subversion
epriestley closed T9590: Subversion directory anchoring rules are unclear and underpowered as Wontfix.

When we generate a synthetic diff between diffs "A" and "B", we just use diff and do not apply any move or rename detection on top of it.

Oct 18 2015, 2:31 PM · Differential, Subversion

Oct 16 2015

chad added a project to Q180: Why does SVN Commit fail with blocked by pre-commit?: Subversion.
Oct 16 2015, 9:29 PM · Subversion
sshannin created T9590: Subversion directory anchoring rules are unclear and underpowered.
Oct 16 2015, 8:26 PM · Differential, Subversion

Oct 8 2015

avivey added a project to T2465: Context not available for revisions created on Windows : Windows.
Oct 8 2015, 5:30 AM · Windows, Subversion, Arcanist

Oct 6 2015

epriestley closed T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion as Resolved.
Oct 6 2015, 1:11 PM · Subversion, Diffusion
joshkel added a comment to T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion.

That fixed it. Thanks!

Oct 6 2015, 1:09 PM · Subversion, Diffusion

Oct 5 2015

epriestley added a comment to T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion.

I think D14239 fixes this, can you update and let me know if you're still seeing issues?

Oct 5 2015, 10:59 PM · Subversion, Diffusion
epriestley added a revision to T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion: D14239: Fix several error handling issues with Subversion commits in Diffusion.
Oct 5 2015, 10:50 PM · Subversion, Diffusion
chad added a comment to T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion.

Thanks for the verification!

Oct 5 2015, 9:17 PM · Subversion, Diffusion
joshkel added a comment to T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion.

I don't see any error trace in my web server logs (/var/log/apache2/error.log, /var/log/apache2/other_vhosts_access.log). I may have been unclear in my description: the error message appears at the top of the Diffusion commit page, but the page appears to work fine otherwise. It seems as if Diffusion is generating an error and catching and showing it but is otherwise working fine.

Oct 5 2015, 9:06 PM · Subversion, Diffusion
avivey added a comment to T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion.

This install is giving a different error: rSVNTEST3:
svn: E155007: '/core/lib/phabricator/webroot' is not a working copy

Oct 5 2015, 8:58 PM · Subversion, Diffusion
chad added a comment to T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion.

rP0db86cce7d was recently landed, you could check it that's the culprit by reverting just that commit. I presume you're pulling HEAD and not Stable?

Oct 5 2015, 8:53 PM · Subversion, Diffusion
avivey added a comment to T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion.

Can you paste the full error trace? It would be in the webserver's error log.

Oct 5 2015, 8:51 PM · Subversion, Diffusion
joshkel added a comment to T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion.

1.8.8 (as shipped with Ubuntu 14.04, in case that's relevant).

Oct 5 2015, 8:49 PM · Subversion, Diffusion
chad added a project to T9513: ERR-UNSUPPORTED-VCS when viewing Subversion commit in Diffusion: Subversion.
Oct 5 2015, 8:40 PM · Subversion, Diffusion

Aug 22 2015

joshuaspence added a project to T9188: arc diff in svn ignores "Relative URL": Arcanist.
Aug 22 2015, 8:22 AM · Arcanist, Subversion

Aug 18 2015

sshannin closed T6743: Loosen arcanist requirements for matching SVN diffs as Invalid.

I'm gonna say this is moot now that arcanist project aren't a thing anymore.

Aug 18 2015, 7:23 PM · Arcanist, Subversion

Aug 15 2015

sshannin added a comment to T9188: arc diff in svn ignores "Relative URL".

Thanks for fixing things up there.

Aug 15 2015, 1:13 AM · Arcanist, Subversion

Aug 14 2015

avivey added a comment to T9188: arc diff in svn ignores "Relative URL".

Actually, it might be intentional: When cloning a sub-tree, you probably want the diff to be based off of where you cloned, not the repo root (In case it's very deep, like Facebook used to have).

Aug 14 2015, 9:41 PM · Arcanist, Subversion
avivey renamed T9188: arc diff in svn ignores "Relative URL" from spurious post-commit diff to arc diff in svn ignores "Relative URL".
Aug 14 2015, 9:39 PM · Arcanist, Subversion
sshannin added a comment to T9188: arc diff in svn ignores "Relative URL".

Ahh, interesting. Yes, I did.

Aug 14 2015, 9:32 PM · Arcanist, Subversion
avivey added a comment to T9188: arc diff in svn ignores "Relative URL".

in https://secure.phabricator.com/D13902?id=33558 (The diff you created with arc diff, the file is named lines.
in https://secure.phabricator.com/D13902?id=33559 (The diff which is the actual commit), the file is named dir2/lines.

Aug 14 2015, 9:27 PM · Arcanist, Subversion
sshannin created T9188: arc diff in svn ignores "Relative URL".
Aug 14 2015, 7:09 PM · Arcanist, Subversion

Aug 9 2015

epriestley closed T8981: test svn repo doesn't work as Resolved.

This should be fixed now (see rSVNTEST1).

Aug 9 2015, 4:58 PM · Subversion
chad added a project to T7645: Phabricator api not getting called from SVN pre-commit hook: Subversion.
Aug 9 2015, 5:00 AM · Subversion

Jul 28 2015

sshannin created T8981: test svn repo doesn't work.
Jul 28 2015, 12:48 PM · Subversion

Jul 23 2015

chad changed the visibility for T2465: Context not available for revisions created on Windows .
Jul 23 2015, 4:37 AM · Windows, Subversion, Arcanist

Jul 3 2015

chad changed the visibility for T3915: When only a subdirectory is tracked in SVN, don't link crumbs above the tracked subdirectory in browse views.
Jul 3 2015, 5:22 AM · Subversion, Diffusion
chad changed the visibility for T386: Differential display of revisions with "svn cp x@12345 x" is inaccurate.
Jul 3 2015, 4:35 AM · Subversion, Differential
chad changed the visibility for T1947: Merged files in SVN don't pull content correctly when diffed.
Jul 3 2015, 4:08 AM · Subversion, Arcanist
chad changed the visibility for T2480: getRepositoryVersion() tries to call Filesystem::pathExists() on "svn+ssh://" paths.
Jul 3 2015, 4:06 AM · Subversion, Arcanist

Jun 11 2015

harpyham added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

Login as webuser , run svn checkout command and accept the certificate permanently .

like this:
#cd /tmp
#su wwwrun -s /bin/sh
#svn co https://ip/svn/pro/xxxxxx
... select permanently ...
#exit

Refresh phabricator's web page.

Hi, how can I check what's the "webuser" of mine?

Jun 11 2015, 4:06 AM · Subversion, Diffusion

Jun 10 2015

aelam added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

I've tried many methods, but only this work.
Set your host (displays in your certificate) in /etc/host such as

192.168.1.100 certicaficate_hostname
Jun 10 2015, 4:48 AM · Subversion, Diffusion

Jun 9 2015

nj2408zjw added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

Login as webuser , run svn checkout command and accept the certificate permanently .

like this:
#cd /tmp
#su wwwrun -s /bin/sh
#svn co https://ip/svn/pro/xxxxxx
... select permanently ...
#exit

Refresh phabricator's web page.

Jun 9 2015, 6:17 AM · Subversion, Diffusion

Jun 6 2015

agen added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

Login as webuser , run svn checkout command and accept the certificate permanently .

like this:
#cd /tmp
#su wwwrun -s /bin/sh
#svn co https://ip/svn/pro/xxxxxx
... select permanently ...
#exit

Refresh phabricator's web page.

Jun 6 2015, 7:12 AM · Subversion, Diffusion

Jun 4 2015

harpyham added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

Login as webuser , run svn checkout command and accept the certificate permanently .

Jun 4 2015, 6:05 AM · Subversion, Diffusion

Jun 1 2015

agen added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

I installed phabricator using the shell script ( http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh ) and meet the same error. When I run the svn command like

Jun 1 2015, 7:32 AM · Subversion, Diffusion

May 27 2015

sshannin added a comment to T6997: Show prefix or project for commits in feeds.

As a note, the title tagging you did in D13040: [Redesign] Add back limited header-color options, is basically how I've been having users do this in my install. We've been putting the logical project/branch like [branch_name] in a lot of titles to get that info into the major panels so that diffs don't require a clickthrough for context.

May 27 2015, 9:05 PM · Diffusion, Audit, Differential, Subversion

May 6 2015

chad merged task T8086: Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted into T7471: Unable to connect to SVN repo with invalid SSL cert.
May 6 2015, 1:49 PM · Diffusion, Subversion
chad merged T8086: Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted into T7471: Unable to connect to SVN repo with invalid SSL cert.
May 6 2015, 1:49 PM · Subversion, Diffusion
nj2408zjw created T8086: Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted.
May 6 2015, 7:02 AM · Diffusion, Subversion

May 5 2015

nj2408zjw added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.
In T7471#100638, @zzh wrote:

And the Subversion server is install over other machine, I'm not the administrator

May 5 2015, 9:05 AM · Subversion, Diffusion

May 4 2015

aik099 added a comment to T4678: Support changelist-based SVN workflows in Arcanist and Differential.

@oujesky, you can use my repo fork https://github.com/aik099/arcanist , that has such functionality via --cl argument arc diff, arc export and arc lint commands.

May 4 2015, 12:35 PM · Subversion, Arcanist, Differential
oujesky added a comment to T4678: Support changelist-based SVN workflows in Arcanist and Differential.

Any updates on this feature? We are also quite a heavy svn changelist users as it helps a lot when creating more than one change on our working copy.

May 4 2015, 12:32 PM · Subversion, Arcanist, Differential

Mar 26 2015

tekcor added a comment to T6490: Unable to copy or move directories with Subversion.

Thanks again Evan, I can confirm this issue is fixed.

Mar 26 2015, 7:26 PM · Subversion, Diffusion
epriestley added a comment to T6490: Unable to copy or move directories with Subversion.

This should be resolved in HEAD. Sorry this took so long to address!

Mar 26 2015, 6:15 PM · Subversion, Diffusion
epriestley closed T6490: Unable to copy or move directories with Subversion as Resolved by committing rPffe654e5e30e: Fix directory moves and copies in Subversion hosted repositories.
Mar 26 2015, 6:13 PM · Subversion, Diffusion
epriestley claimed T6490: Unable to copy or move directories with Subversion.
Mar 26 2015, 6:08 PM · Subversion, Diffusion
epriestley added a revision to T6490: Unable to copy or move directories with Subversion: D12173: Fix directory moves and copies in Subversion hosted repositories.
Mar 26 2015, 6:07 PM · Subversion, Diffusion
tekcor added a comment to T6490: Unable to copy or move directories with Subversion.

I've just run into this problem as well. This is really a showstopper issue, enough that I may need to abandon using Phabricator/Diffusion for my Subversion hosting.

Mar 26 2015, 5:31 PM · Subversion, Diffusion

Mar 17 2015

epriestley merged task T7608: arcanist - allow untracked files into T7521: `arc land` should work even when the repo has untracked files.
Mar 17 2015, 6:32 PM · Subversion, Arcanist
sshannin created T7608: arcanist - allow untracked files.
Mar 17 2015, 6:30 PM · Subversion, Arcanist

Mar 16 2015

sshannin created T7581: arc diff errors out when a directory is removed between diffs.
Mar 16 2015, 8:45 PM · Subversion, Arcanist

Mar 10 2015

sshannin added a comment to T7158: arc commit for subversion fails with untracked files where a directory has a property change.

Especially with the new requirement for a minimum svn version of 1.5, would there be any opposition to removing this check? I'm happy to make a diff for it.

Mar 10 2015, 3:20 AM · Subversion, Arcanist
sshannin added a comment to T7158: arc commit for subversion fails with untracked files where a directory has a property change.
Mar 10 2015, 3:19 AM · Subversion, Arcanist

Mar 7 2015

zzh added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

And the Subversion server is install over other machine, I'm not the administrator

Mar 7 2015, 10:00 AM · Subversion, Diffusion
zzh added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

I have add the ssl certs like "https://192.168.205.170/rZZH34382", but also have the same problem:

Mar 7 2015, 9:56 AM · Subversion, Diffusion

Mar 6 2015

Mnkras renamed T7471: Unable to connect to SVN repo with invalid SSL cert from Diffusion > Repository, SVN file cat has a problem to Unable to connect to SVN repo with invalid SSL cert.
Mar 6 2015, 3:30 PM · Subversion, Diffusion
Mnkras added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

Take a look under the bold heading "Method": http://www.microhowto.info/howto/configure_subversion_to_trust_a_given_ssl_certificate.html

Mar 6 2015, 3:27 PM · Subversion, Diffusion
zzh added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

how to set phabricator host ignore invalid ssl certs?

Mar 6 2015, 3:21 PM · Subversion, Diffusion
Mnkras added a comment to T7471: Unable to connect to SVN repo with invalid SSL cert.

Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted
Im pretty sure that is the issue, either connect over an unsecured connection, generate a valid certificate for the hostname, or have your phabricator host ignore invalid ssl certs

Mar 6 2015, 3:05 PM · Subversion, Diffusion
epriestley updated subscribers of T7472: Search repositories using a dedicated index for performance (and SVN support).
Mar 6 2015, 12:13 PM · Diffusion
chad added projects to T7471: Unable to connect to SVN repo with invalid SSL cert: Diffusion, Subversion.
Mar 6 2015, 3:54 AM · Subversion, Diffusion
chad added a project to T7472: Search repositories using a dedicated index for performance (and SVN support): Subversion.
Mar 6 2015, 3:54 AM · Diffusion

Mar 5 2015

chad renamed T7469: Handle folder copies/moves more gracefully from Handle folder copies/moves more gracefully. to Handle folder copies/moves more gracefully.
Mar 5 2015, 11:10 PM · Diffusion, Subversion
sshannin updated the task description for T7469: Handle folder copies/moves more gracefully.
Mar 5 2015, 11:08 PM · Diffusion, Subversion
sshannin created T7469: Handle folder copies/moves more gracefully.
Mar 5 2015, 11:08 PM · Diffusion, Subversion

Feb 14 2015

CodeMouse92 added a comment to T2465: Context not available for revisions created on Windows .

FWIW, I can confirm this as well. My team is having this issue too, though I'm attempting to make Ubuntu our official development platform, so hopefully I will resolve that BEFORE this is fixed.

Feb 14 2015, 8:25 PM · Windows, Subversion, Arcanist