You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Anton V. Kravtsov" <ka...@ukr.net> on 2009/10/29 15:18:10 UTC

Old-fashioned externals backward compatibility

Hi all,

after a month of using Subversion 1.6.4 (through TortoiseSVN), I discovered that nested externals in our tags don't work as expected any longer (they were created in the epoch of Subversion 1.5.x).
With nested I mean the externals in format:

Source\SubProj -r 12345 https://server/ExtraRepo/SubProj

According to the new documentation, a backslash '\' now is handled as an escape character, and not as a directories separator (the latter case is convenient for Windows mostly).

It is easy to adjust the slash for new tags (they are created automatically by the release procedure), but old tags (there are hundreds of them) will still be broken.

Is it possible to adjust Subversion so it will treat old-fashioned externals without escape-based approach?
I suppose, at the moment of a check-out the format of an external is know, so it doesn't look as a complex task.

Does it sound reasonable and provide benefits for others as well?

Thanks in advance,
Anton

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2412685

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].