Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use git instead of subversion for all dependencies #24287

Closed
mulander opened this issue Sep 3, 2015 · 3 comments
Closed

Use git instead of subversion for all dependencies #24287

mulander opened this issue Sep 3, 2015 · 3 comments
Assignees
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes.

Comments

@mulander
Copy link

mulander commented Sep 3, 2015

gclient informs upon checkout that subversion is deprecated

$ gclient config https://github.com/dartlang/sdk.git                                                                                                                             
$ gclient sync
Oh hai! You are using subversion. Chrome infra is eager to get rid of
svn support so please switch to git.
Tracking bug: http://crbug.com/475320
If you are a project owner, you may request git migration assistance at: 
  https://code.google.com/p/chromium/issues/entry?template=Infra-Git
Syncing projects: 100% (86/86), done.
@sethladd sethladd added the area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. label Sep 3, 2015
@sethladd
Copy link
Contributor

sethladd commented Sep 3, 2015

cc @whesse

@whesse whesse self-assigned this Sep 4, 2015
@whesse
Copy link
Contributor

whesse commented Sep 4, 2015

There are a small number of dependencies in our DEPS that still fetch from SVN. We will be getting rid of those in the next few months, to stop this message. We already fetch all the important repositories from git.

@whesse whesse changed the title Use git chrome repository instead of subversion Use git instead of subversion for all dependencies Sep 4, 2015
@whesse
Copy link
Contributor

whesse commented Dec 23, 2015

We have removed all of the dependencies on SVN repositories from our checkout of Dart. Dartium still has a dependency on SVN repos containing our modified copies of Chromium and Blink, but this will go away after we roll Dartium to version 45.

@whesse whesse closed this as completed Dec 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes.
Projects
None yet
Development

No branches or pull requests

3 participants