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

[PATCH] Fix for Issue #1473 [was Re: issue #1473]

From: Shlomi Fish <shlomif_at_vipe.stud.technion.ac.il>
Date: 2003-08-17 11:27:50 CEST

Here's a patch that fixes this problem. Here's the log:

<<<
Resolves Issue #1437 (Repos->WC copy of a file with svn:keywords causes
svn to crash)

* include/svn_wc.h
  added the declaration of svn_wc_add_repos_file_post().

* libsvn_wc/update_editor.c
  (svn_add_repos_file): Change the copy-and-translate command to a plain
  copy one. This is so, the entry won't be needed in order to process
  the keyword.
  Added svn_wc_add_repos_post: this function does the actual translation.

* libsvn_client/copy.c
  (repos_to_wc_copy): Added a call to svn_wc_add_repos_file_post(),
  after svn_wc_add().

* copy_test.py
  Added the repos_to_wc_copy_eol_keywords test.

>>>

Regards,

        Shlomi Fish

----------------------------------------------------------------------
Shlomi Fish shlomif@vipe.technion.ac.il
Home Page: http://t2.technion.ac.il/~shlomif/

An apple a day will keep a doctor away. Two apples a day will keep two
doctors away.

        Falk Fish

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sun Aug 17 11:28:58 2003

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.