- 24 Sep, 2009 3 commits
-
-
maruel@chromium.org authored
When using svn for try job for the first time, svn will ask for the credentials. TEST=none BUG=none Review URL: http://codereview.chromium.org/223024 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@27103 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
Review URL: http://codereview.chromium.org/218016 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@27077 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Current checkout revision was ignored so it was always acting like if --force was used. This was overloading the subversion server, creating timeouts, causing a cascading effect that destroyed the tree. BUG=none TEST=none Review URL: http://codereview.chromium.org/225022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@27027 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Sep, 2009 6 commits
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/222010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26980 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26977 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It was adding a space in front of every line. BUG=none TEST=none Review URL: http://codereview.chromium.org/223009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26973 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
Currently, revision numbers are stored as int. This won't work for git's SHA1s. So storing revisions as strings. Review URL: http://codereview.chromium.org/208060 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26940 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=http://code.google.com/p/gclient/issues/detail?id=12 Review URL: http://codereview.chromium.org/227003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26931 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Original review url: http://codereview.chromium.org/225007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26928 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Sep, 2009 5 commits
-
-
yaar@chromium.org authored
This is for situations where the solution is checked out by another SCM mechanism (e.g. update-webkit or just svn co) but we want to use gclient to fetch the dependencies. Review URL: http://codereview.chromium.org/211057 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26876 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
gclient_scm: use a map for deciding whether or not the scm is supported gclient_scm: add a checks for unsupported scm and unimplemented method git_scm: pull out svn code into SVNWrapper gclient_scm: create a create_scm factory method Use a factory method to abstract SCMWrapper creation. This method will eventually return the correct subclass of SCMWrapper. Initially, there will only be SVNWrapper. Review URL: http://codereview.chromium.org/215022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26823 0039d316-1c4b-4281-b951-d872f2087c98
-
yaar@chromium.org authored
and append them to the patch sent to the try bots. This is very useful for chromium+webkit tries. Review URL: http://codereview.chromium.org/212034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26817 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/215039maruel@chromium.org authored
TBR=nsylvain BUG=none TEST=none Review URL: http://codereview.chromium.org/216044 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26806 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=none TEST=unittests Review URL: http://codereview.chromium.org/215039 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26804 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Sep, 2009 2 commits
-
-
maruel@chromium.org authored
svn revert is broken in too many ways to work around it. I just discovered --revision BASE and it does everything I need. BUG=none TEST=gclient revert ignores externals, work with switched directories, work with files with inconsistent line endings (sigh) Review URL: http://codereview.chromium.org/209052 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26707 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=gclient revert more stuff but stops reverting external directories BUG=none Review URL: http://codereview.chromium.org/208025 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26672 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Sep, 2009 3 commits
-
-
maruel@chromium.org authored
TBR=msb TEST=none BUG=none Review URL: http://codereview.chromium.org/208028 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26606 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
This method will eventually return the correct subclass of SCMWrapper. Initially, there will only be SVNWrapper. gclient_scm: add test for unsupported scm gclient_scm: make SCMWrapper constructor parameters non-optional gclient_scm: add a checks for unsupported scm and unimplemented method git_scm: pull out svn code into SVNWrapper gclient_scm: create a create_scm factory method TEST= BUG=none Review URL: http://codereview.chromium.org/216014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26602 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@google.com authored
Review URL: http://codereview.chromium.org/214017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26577 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Sep, 2009 9 commits
-
-
maruel@chromium.org authored
"file_list = file_list or []" would create a new empty list when an empty list is passed as a parameter, ditching the output parameter. TEST=hooks are now run on gclient sync BUG=none Review URL: http://codereview.chromium.org/208010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26461 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add a test case for the UnversionedUnexpected file code path. TEST=This test case will catch the bug fixed by r26425. BUG=none Patch contributed by msb@ Review URL: http://codereview.chromium.org/214005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26458 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Patch contributed by msb@ TEST=unit test BUG=none Review url: http://codereview.chromium.org/213006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26457 0039d316-1c4b-4281-b951-d872f2087c98
-
johnnyg@chromium.org authored
Review URL: http://codereview.chromium.org/213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26452 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@google.com authored
BUG=gcl try and gcl upload don't work TBR=maruel Review URL: http://codereview.chromium.org/207007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26429 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
Flaw in loop logic, causes it to miss the occasional file. BUG=None TEST=None TBR=maruel Review URL: http://codereview.chromium.org/209008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26427 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=brad BUG=gcl try is broken TEST=none Review URL: http://codereview.chromium.org/215003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26426 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=None TEST=None TBR=maruel Review URL: http://codereview.chromium.org/213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26425 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Part of a larger refactoring to abstract SCM-specific bits. presubmit_support, revert, gcl: modify to import gclient_scm and gclient_utils Part of a larger refactoring to abstract SCM-specific bits. revert, gcl: modify to import gclient_scm and gclient_utils Part of a larger refactoring to abstract SCM-specific bits. gclient: pull out SCM bits Pulled out SCMWrapper into gcliet_scm.py as part of a larger refactoring to abstract SCM-specific bits. Plan is to evenutally add git support. Pulling out SCMWrapper also required pulling out utility functions into a gclient_utility.py. Patch contributed by msb@ TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26423 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Sep, 2009 2 commits
-
-
thestig@chromium.org authored
BUG=13668 TEST=none Review URL: http://codereview.chromium.org/203075 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26262 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@google.com authored
R=pam TEST=none BUG=none M gcl.py git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26194 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Sep, 2009 2 commits
-
-
bradnelson@google.com authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/200103 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26044 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@google.com authored
name of the top level "DEPS" file of a solution from within the .gclient spec. This allows users to edit their gclient once and use a different (perhaps experimental) DEPS file instead of the traditionally named "DEPS". Review URL: http://codereview.chromium.org/203040 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26031 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Sep, 2009 1 commit
-
-
bradnelson@google.com authored
Defaulting to a value in codereview.settings BUG=None TEST=None Review URL: http://codereview.chromium.org/200078 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@25886 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Sep, 2009 2 commits
-
-
pam@chromium.org authored
isn't included in the calculation. BUG=none TEST=submit change with presubmit warning, note reported time git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@25806 0039d316-1c4b-4281-b951-d872f2087c98
-
sgk@google.com authored
Review URL: http://codereview.chromium.org/201062 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@25751 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Sep, 2009 1 commit
-
-
kbr@google.com authored
the root of the source tree. It is similar to "gclient diff", and shares much of the implementation, but it seems that developers may want the semantics of each in different situations, which is why it is being added as a new command. Generalized SubprocessCallAndCapture into SubprocessCallAndFilter. Added RunSVNAndFilterOutput; changed RunSVNAndGetFileList to use it. Fixed problem in presubmit_canned_checks.py where it was not working on Windows. Updated unit tests for gclient. Review URL: http://codereview.chromium.org/193004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@25410 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Sep, 2009 2 commits
-
-
thestig@chromium.org authored
Review URL: http://codereview.chromium.org/191002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@25270 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Review URL: http://codereview.chromium.org/172099 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@25151 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Sep, 2009 2 commits
-
-
thakis@chromium.org authored
Codereview URL: http://codereview.appspot.com/110134 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@25111 0039d316-1c4b-4281-b951-d872f2087c98
-
chase@chromium.org authored
TBR=maruel Review URL: http://codereview.chromium.org/177047 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@24994 0039d316-1c4b-4281-b951-d872f2087c98
-