Lines Matching refs:svn
3 and adds any new ones to SVN control.
25 import svn
31 and adds any new ones to SVN control.
38 # Base URL of SVN repository where buildbots store actual gm image results.
39 GM_ACTUAL_URL = 'http://skia-autogen.googlecode.com/svn/gm-actual'
41 # GM baseline image URL in regular Skia SVN repository
42 GM_BASELINE_URL = 'https://skia.googlecode.com/svn/gm-expected'
51 def GetLatestResultsSvnUrl(svn, baseline_subdir, builder_suffix):
52 """Return SVN URL from which we can check out the MOST RECENTLY generated images for this
55 @param svn an Svn object we can use to call ListSubdirs()
61 subdirs = sorted(svn.ListSubdirs(root_url))
88 """Return SVN URL from which we can check out the baseline images for this
116 and add any new ones to SVN control.
120 # Create repo_to_modify to handle the SVN repository we will add files to.
126 repo_to_modify = svn.Svn(gm_dir)
141 actual_repo = svn.Svn(actual_dir)
143 actual_url = GetLatestResultsSvnUrl(svn=actual_repo, baseline_subdir=baseline_subdir,
157 # Add any new files to SVN control (if we are running with add_new_files).
170 svn.PROPERTY_MIMETYPE, 'image/png')
172 svn.PROPERTY_MIMETYPE, 'application/pdf')
188 # Now that we have added Svn.ListSubdirs(), we should be able to do this
192 # svn ls http://skia.googlecode.com/svn/gm-expected | grep ^base | sort >/tmp/baselines
193 # svn ls http://skia-autogen.googlecode.com/svn/gm-actual | grep ^base | sort >/tmp/actual
223 'not under SVN control yet')