[Webkit-unassigned] [Bug 89616] nrwt: use scm instead of calling svn directly to get the revision in json results generator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 01:47:29 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89616





--- Comment #5 from Zan Dobersek <zandobersek at gmail.com>  2012-08-06 01:47:28 PST ---
Created an attachment (id=156625)
 --> (https://bugs.webkit.org/attachment.cgi?id=156625&action=review)
Using detect_scm_system

The current code checks for the .svn subdirectory in the LayoutTests directory. This doesn't work out well if using Subversion 1.7 or newer. OTOH, using detect_scm_system to detect the correct SCM also makes this work when Git is being used.

Is this approach possible or are there some other caveats?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list