On 05/31/2013 03:17 PM, Philip Martin wrote:
> so how about this patch:
>
> Index: subversion/libsvn_ra_serf/commit.c
> ===
> --- subversion/libsvn_ra_serf/commit.c(revision 1488294)
> +++ subversion/libsvn_ra_serf/commit.c
Philip Martin writes:
> What sort of URI do we have to supply? Will a session relative do?
> Or a server relative ? Or a full scheme/host/port/path?
RFC 2518 says:
9.4 If Header
If = "If" ":" ( 1*No-tag-list | 1*Tagged-list)
No-tag-list = List
Tagged-list = Resource 1*List
Resou
http://subversion.tigris.org/issues/show_bug.cgi?id=4369
If I have broken locks the commit fails:
svnadmin create repo
svn -mm import repo/format file://`pwd`/repo/A/f
svn co http://localhost/obj/repo wc
svn lock wc/A/f
echo xx >> wc/A/f
svn lock --force file://`pwd`/repo/A/f
svn -mm ci wc
With
3 matches
Mail list logo