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

Re: dump 1.4 -> load 1.6 sync fail svn:ignore

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Sat, 6 Jun 2009 17:32:57 -0500

On Jun 6, 2009, at 09:39, John Waycott wrote:

> On Jun 5, 2009, at 1:28 PM, Ryan Schmidt wrote:
>>
>
>> Possibly you could use svndumptool to help you fix the svn:ignore
>> properties in your dump file. (See its transform-prop command.)
>>
>> http://svn.borg.ch/svndumptool/
>
> Yes, Ryan is correct - I didn't read the error message you were
> getting carefully enough. My script fixes revision properties only, so
> it won't be of use for your particular issue. Perhaps a tool like
> svndumptool (http://svn.borg.ch/svndumptool/) will be able to do the
> job? I've never used it, but I recall something in the documentation
> about fixing end of line errors.

svndumptool's eol-fix function fixes the line endings in the contents
of text files. It doesn't affect revision or file properties. But its
transform-prop command might possibly do the trick. If not, perhaps
svndumptool can be modified to do the function. Though Neil already
pointed to svn-revisionist, which already includes this function, so
it would be simplest to just use that. Or wait for Subversion 1.6.3
to be released. Or use the in-progress version of Subversion 1.6.3
just to load the dump file into the new repository, then go back to
the released 1.6.2 for everything else.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-07 00:34:02 CEST

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

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