On 26/01/06, Stefan Küng <tortoisesvn@gmail.com> wrote:
> On 1/26/06, Ivan Zhakov <chemodax@gmail.com> wrote:
>
> > TortoiseSVN 1.3.1 generates absolute filenames in patch file, like this:
> > Index: C:/Ivan/Subversion/svn-vs2003/win-tests.py
> > ===================================================================
> > --- C:/Ivan/Subversion/svn-vs2003/win-tests.py (revision 18200)
> > +++ C:/Ivan/Subversion/svn-vs2003/win-tests.py (working copy)
> > @@ -150,7 +150,7 @@
> > aprutil_dll_path = os.path.join(aprutil_path, objdir, 'libaprutil.dll')
> > apriconv_path = get(cp, 'options', '--with-apr-iconv', 'apr-iconv')
> > apriconv_dll_path = os.path.join(apriconv_path, objdir, 'libapriconv.dll')
> > - apriconv_so_path = os.path.join(apriconv_path, objdir, 'iconv')
> > + apriconv_so_path = os.path.abspath(os.path.join(apriconv_path,
> > objdir, 'iconv'))
> >
> > copy_changed_file(apr_dll_path, abs_objdir)
> > copy_changed_file(aprutil_dll_path, abs_objdir)
> >
> > Therefore such patch files cannot be applied on other machine.
>
> How did you create that patch exactly? What did you right-click on?
> What did you select in the dialog?
May be a confirmation, I don't know. See the attached patches - they
were created by the CLI (x_cli.patch) and by TSVN (x_tsvn.patch).
--
Milen A. Radev
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jan 26 11:48:26 2006