Re: [Issue 3727] svn export into the current directory

2010-11-02 Thread Daniel Shahaf
noo...@tigris.org wrote on Tue, Nov 02, 2010 at 04:42:14 -0700: > http://subversion.tigris.org/issues/show_bug.cgi?id=3727 > > > > > > > --- Additional comments from noo...@tigris.org Tue Nov 2 04:42:14 -0700 > 2010 --- > Fixed in r1029751 > Should this be backported to 1.6.x?

Re: Issue 3727 - svn export into the current directory

2010-11-01 Thread Philip Martin
Noorul Islam K M writes: > [[[ > Fix issue 3727: Fix regression caused by r880559 > > * subversion/tests/cmdline/export_tests.py > (export_to_explicit_cwd): Remove XFail. > > * subversion/svn/export-cmd.c > (svn_cl__export): Move logic into subversion/libsvn_client/export.c > > * subversion/l

Re: Issue 3727 - svn export into the current directory

2010-11-01 Thread Noorul Islam K M
Philip Martin writes: > Noorul Islam K M writes: > >> Philip Martin writes: >> >>> Noorul Islam K M writes: >>> @@ -79,8 +84,17 @@ { to = APR_ARRAY_IDX(targets, 1, const char *); + /* Get the RA connection. */ + SVN_ERR(svn_client__ra_sessi

Re: Issue 3727 - svn export into the current directory

2010-11-01 Thread Philip Martin
Noorul Islam K M writes: > Philip Martin writes: > >> Noorul Islam K M writes: >> >>> @@ -79,8 +84,17 @@ >>> { >>>to = APR_ARRAY_IDX(targets, 1, const char *); >>> >>> + /* Get the RA connection. */ >>> + SVN_ERR(svn_client__ra_session_from_path(&ra_session, &revnum, >>

Re: Issue 3727 - svn export into the current directory

2010-11-01 Thread Noorul Islam K M
Philip Martin writes: > Noorul Islam K M writes: > >> @@ -79,8 +84,17 @@ >> { >>to = APR_ARRAY_IDX(targets, 1, const char *); >> >> + /* Get the RA connection. */ >> + SVN_ERR(svn_client__ra_session_from_path(&ra_session, &revnum, >> +

Re: Issue 3727 - svn export into the current directory

2010-11-01 Thread Philip Martin
Noorul Islam K M writes: > @@ -79,8 +84,17 @@ > { >to = APR_ARRAY_IDX(targets, 1, const char *); > > + /* Get the RA connection. */ > + SVN_ERR(svn_client__ra_session_from_path(&ra_session, &revnum, > + &url, truefrom, NULL, >

Re: Issue 3727 - svn export into the current directory

2010-10-30 Thread Noorul Islam K M
Noorul Islam K M writes: > Philip Martin writes: > >> Noorul Islam K M writes: >> >>> It looks like the issue >>> http://subversion.tigris.org/issues/show_bug.cgi?id=3727 is because of >>> the commit done in r880559. >>> >>> Since this is a conscious change, should this issue be ignored? >> >>

Re: Issue 3727 - svn export into the current directory

2010-10-30 Thread Noorul Islam K M
Philip Martin writes: > Noorul Islam K M writes: > >> It looks like the issue >> http://subversion.tigris.org/issues/show_bug.cgi?id=3727 is because of >> the commit done in r880559. >> >> Since this is a conscious change, should this issue be ignored? > > From the log message: > > r880559 | h

Re: Issue 3727 - svn export into the current directory

2010-10-29 Thread Hyrum K. Wright
On Fri, Oct 29, 2010 at 3:57 AM, Noorul Islam K M wrote: > > It looks like the issue > http://subversion.tigris.org/issues/show_bug.cgi?id=3727 is because of > the commit done in r880559. > > Since this is a conscious change, should this issue be ignored? Not necessarily. I recall at least one p

Re: Issue 3727 - svn export into the current directory

2010-10-29 Thread Philip Martin
Noorul Islam K M writes: > It looks like the issue > http://subversion.tigris.org/issues/show_bug.cgi?id=3727 is because of > the commit done in r880559. > > Since this is a conscious change, should this issue be ignored? >From the log message: r880559 | hwright | 2009-11-12 18:21:32 + (T

Issue 3727 - svn export into the current directory

2010-10-29 Thread Noorul Islam K M
It looks like the issue http://subversion.tigris.org/issues/show_bug.cgi?id=3727 is because of the commit done in r880559. Since this is a conscious change, should this issue be ignored? Thanks and Regards Noorul