[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn commit: r1088828 - /subversion/trunk/subversion/tests/cmdline/revert_tests.py

From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 5 Apr 2011 02:12:42 +0200

> -----Original Message-----
> From: philip_at_apache.org [mailto:philip_at_apache.org]
> Sent: dinsdag 5 april 2011 2:01
> To: commits_at_subversion.apache.org
> Subject: svn commit: r1088828 -
> /subversion/trunk/subversion/tests/cmdline/revert_tests.py
>
> Author: philip
> Date: Tue Apr 5 00:01:03 2011
> New Revision: 1088828
>
> URL: http://svn.apache.org/viewvc?rev=1088828&view=rev
> Log:
> * subversion/tests/cmdline/revert_tests.py
> (revert_permissions_only): Skip on non-POSIX platforms.
>
> Modified:
> subversion/trunk/subversion/tests/cmdline/revert_tests.py
>
> Modified: subversion/trunk/subversion/tests/cmdline/revert_tests.py
> URL:
> http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/r
> evert_tests.py?rev=1088828&r1=1088827&r2=1088828&view=diff
> ==========================================================
> ====================
> --- subversion/trunk/subversion/tests/cmdline/revert_tests.py (original)
> +++ subversion/trunk/subversion/tests/cmdline/revert_tests.py Tue Apr 5
> 00:01:03 2011
> @@ -1086,6 +1086,8 @@ def revert_non_recusive_after_delete(sbo
> expected_status.tweak('A/B/E', status=' ')
> svntest.actions.run_and_verify_status(wc_dir, expected_status)
>
> +# I suspect svn_io__is_finfo_read_only doesn't work on Windows :-(
> +@SkipUnless(svntest.main.is_posix_os)
> def revert_permissions_only(sbox):
> "permission-only reverts"

Finfo readonly does work, but you can't set a file to readonly in python with the same chmod as on posix as Windows uses access control lists instead of [user, group, other].

I'll look into this tomorrow.

        Bert
Received on 2011-04-05 02:13:17 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.