Page MenuHomePhabricator

In Subversion, show "svn checkout <uri> <directory>" in Diffusion
ClosedPublic

Authored by epriestley on May 11 2016, 2:27 PM.
Tags
None
Referenced Files
F18088429: D15888.id38273.diff
Wed, Aug 6, 7:52 AM
F18086044: D15888.id.diff
Tue, Aug 5, 7:33 PM
F18056561: D15888.id38271.diff
Mon, Aug 4, 8:38 AM
F17821833: D15888.id.diff
Sat, Jul 26, 3:13 AM
F17816609: D15888.id.diff
Fri, Jul 25, 10:54 PM
F17804496: D15888.diff
Fri, Jul 25, 11:27 AM
F17765112: D15888.diff
Wed, Jul 23, 1:28 AM
F17625456: D15888.diff
Thu, Jul 10, 3:16 AM
Subscribers
None

Details

Summary

Ref T10923. The old behavior was to show a full command in SVN, Mercurial, and Git, like this:

  • git clone <uri>
  • hg clone <uri>
  • svn checkout <uri> <directory>

In Git and Mercurial, the <uri> ends in something like /nice-repository-name.git so the default directory it creates is called nice-repository-name/.

In Subversion, we don't (and can't easily) do that for various reasons so we provide an explicit <directory> with the nice name.

In the update, I've changed things to just show the URI. I often found that I wanted the URI alone, not the whole clone command (for example, to fetch, remote-add, etc). This is also consistent with GitHub. Because we have nice URIs for Git and Mercurial, git clone <uri> has good behavior.

In Subversion, svn checkout <uri> has bad beahvior (you get a directory named 47/ or whatever). So continue showing the whole command there.

We can possibly tailor this after T4245 finishes up and we get access to /source/nice-repository-name/ URIs.

Test Plan
  • Viewed a Subversion repository, saw a full command.
  • Viewed a Git repository, saw only a clone URI.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to In Subversion, show "svn checkout <uri> <directory>" in Diffusion.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.May 11 2016, 4:16 PM
This revision was automatically updated to reflect the committed changes.