Michael J Gruber venit, vidit, dixit 24.03.2015 16:10:
> t9119 refuses to run with svn versions greater than 1.6 since "git svn
> info" does not even try to match the output of "svn info" for later
> versions.
> 
> Adjust "git svn info" to match these versions and make t9119 run with
> them. This requires the following changes:
> 
> * compute checksums with SHA1 instead of MD5 with svn >= 1.7.0
> * omit the line "Revision: 0" for added content with svn >= 1.8.0 (TBC)
> * print the "Repository UUID" line even for added content with svn >=
>   1.8.0 (TBC)
> * add a "Relative URL" line for svn >= 1.8.0
> * add a "Working Copy Root Path" line for svn >= 1.8.0 (TBC, RFH)
> 
> Signed-off-by: Michael J Gruber <[email protected]>
> ---
> 
> Notes:
>     While trying to increase my test run coverage I noticed that most of us 
> won't
>     run t9119 at all. Bad bad.
>     
>     My svn is 1.8.11 (r1643975) on Fedora 21.
>     
>     I would appreciate help with the following items:
>     
>     TBC = to be confirmed: confirm the svn version where this change kicked 
> it,
>     or run this patch and t9119 with an svn version other than mine. Please
>     run with "-v" to make sure only the RFH item fails, see below.
>     
>     RFH = request for help: I couldn't figure out how to get the working
>     copy root path in cmd_info.
>     
>     18 subtests will fail because of the RFH item.

I've figured out the exact revisions meanwhile - there's a git repo for
svn :)

I would appreciate help with the RFH item, though: How to teach "git svn
info" to output the "Working Copy Root Path"?

Michael
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to