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

Re: Update problems on Windows: $#"@! svn_path_local_style

From: <cmpilato_at_collab.net>
Date: 2001-09-06 20:55:23 CEST

Branko =?ISO-8859-2?Q?=C8ibej?= <brane@xbc.nu> writes:

> Yeah. Even more embarrassing: I can't seem to find my way through the
> maze of twisty editors, all alike, to find where exactly this is happening.
>
> Help!

Hey, Branko, give this patch a shot:

Index: ./trunk/subversion/libsvn_wc/get_editor.c
===================================================================
--- ./trunk/subversion/libsvn_wc/SVN/text-base/get_editor.c Tue Sep 4 09:25:59 2001
+++ ./trunk/subversion/libsvn_wc/get_editor.c Thu Sep 6 13:54:08 2001
@@ -563,8 +563,9 @@
       SVN_ERR (svn_wc_entry (&parent_entry,
                              parent_dir_baton->path,
                              parent_dir_baton->pool));
- new_URL = svn_stringbuf_dup (parent_entry->ancestor, this_dir_baton->pool);
- svn_path_add_component (new_URL, name, svn_path_local_style);
+ new_URL = svn_stringbuf_dup (parent_entry->ancestor,
+ this_dir_baton->pool);
+ svn_path_add_component (new_URL, name, svn_path_url_style);
 
       copyfrom_path = new_URL;
       copyfrom_revision = parent_dir_baton->edit_baton->target_revision;
@@ -1831,7 +1832,7 @@
           svn_stringbuf_t *my_ancestry = svn_stringbuf_dup (p_entry->ancestor,
                                                             pool);
 
- svn_path_add_component (my_ancestry, basename, svn_path_repos_style);
+ svn_path_add_component (my_ancestry, basename, svn_path_url_style);
           
           if (svn_stringbuf_compare (my_ancestry, my_entry->ancestor))
             {

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:40 2006

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.