You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Uli Luckas <ul...@gmail.com> on 2008/04/23 17:40:14 UTC

Issue #1516: 'svn cp' cannot replace schedule delete

Hi svn Team,
I ran into issue #1516. Even though a fix and a test for this issue have been 
commited (r16701) it still (or again) appears in svn 1.4.6

The feature I care for is repo -> wc over a scheduled delete. Has this feature 
been removed on purpose or is this just an excidential regression?

regards,
Uli


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

Re: Issue #1516: 'svn cp' cannot replace schedule delete

Posted by Uli Luckas <ul...@gmail.com>.
On Thursday, 24. April 2008, Stefan Sperling wrote:
> On Thu, Apr 24, 2008 at 11:47:09AM +0200, Uli Luckas wrote:
> > On Thursday, 24. April 2008, Karl Fogel wrote:
> > > Well, by "look into" I meant "write"... :-)
> >
> > Well, I kind of feared, you could mean that.
>
> "look into" != "look at" :)
>
Exactly. "look into sth." is more like "explore sth."
For the German speakers: http://dict.leo.org/?search=look+into

> > Is there any developer's documentation about the internals of subversion
> 
> There is:
> http://svn.collab.net/repos/svn/trunk/www/hacking.html
>
Thanks alot. I'll sure read some of that and then look into the bug. Don't 
count on a result though. If anyone else steps forward, that'd be fine as 
well.

regards,
Uli

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

Re: Issue #1516: 'svn cp' cannot replace schedule delete

Posted by Stefan Sperling <st...@elego.de>.
On Thu, Apr 24, 2008 at 11:47:09AM +0200, Uli Luckas wrote:
> On Thursday, 24. April 2008, Karl Fogel wrote:
> > Uli Luckas <ul...@gmail.com> writes:
> > >> Got time to look into a patch? :-)
> > >
> > > Any time. A patch against 1.4.6. would be most appreciated :-)
> > > Thanks for looking into the issue.
> >
> > Well, by "look into" I meant "write"... :-)
> >
> Well, I kind of feared, you could mean that.

"look into" != "look at" :)

> I have already looked into the code and found that there is no quick way for 
> me to find my way through all the internal APIs.
> Is there any developer's documentation about the internals of subversion. I 
> could only find the inline comments which are pretty informative but don't 
> give any overall picture.

There is:
http://svn.collab.net/repos/svn/trunk/www/hacking.html

-- 
Stefan Sperling <st...@elego.de>                    Software Monkey
 
German law requires the following banner :(
elego Software Solutions GmbH                            HRB 77719
Gustav-Meyer-Allee 25, Gebaeude 12        Tel:  +49 30 23 45 86 96 
13355 Berlin                              Fax:  +49 30 23 45 86 95
http://www.elego.de                               CEO: Olaf Wagner
 
Store password unencrypted (yes/no)? No

Re: Issue #1516: 'svn cp' cannot replace schedule delete

Posted by Karl Fogel <kf...@red-bean.com>.
Uli Luckas <ul...@gmail.com> writes:
> Well, I kind of feared, you could mean that.

:-)

> I have already looked into the code and found that there is no quick way for 
> me to find my way through all the internal APIs.
> Is there any developer's documentation about the internals of subversion. I 
> could only find the inline comments which are pretty informative but don't 
> give any overall picture.

   http://subversion.tigris.org/hacking.html

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

Re: Issue #1516: 'svn cp' cannot replace schedule delete

Posted by Uli Luckas <ul...@gmail.com>.
On Thursday, 24. April 2008, Karl Fogel wrote:
> Uli Luckas <ul...@gmail.com> writes:
> >> Got time to look into a patch? :-)
> >
> > Any time. A patch against 1.4.6. would be most appreciated :-)
> > Thanks for looking into the issue.
>
> Well, by "look into" I meant "write"... :-)
>
Well, I kind of feared, you could mean that.

I have already looked into the code and found that there is no quick way for 
me to find my way through all the internal APIs.
Is there any developer's documentation about the internals of subversion. I 
could only find the inline comments which are pretty informative but don't 
give any overall picture.

regards,
Uli

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

Re: Issue #1516: 'svn cp' cannot replace schedule delete

Posted by Karl Fogel <kf...@red-bean.com>.
Uli Luckas <ul...@gmail.com> writes:
>> Got time to look into a patch? :-)
>
> Any time. A patch against 1.4.6. would be most appreciated :-)
> Thanks for looking into the issue.

Well, by "look into" I meant "write"... :-)

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

Re: Issue #1516: 'svn cp' cannot replace schedule delete

Posted by Uli Luckas <ul...@gmail.com>.
On Wednesday 23 April 2008, Karl Fogel wrote:
> Uli Luckas <ul...@gmail.com> writes:
> > svnadmin create repo
> > svn co file:///`pwd`/repo wc
> > mkdir -p wc/dir1/subdir
> > svn add wc/dir1
> > mkdir -p wc/dir2/subdir
> > svn add wc/dir2
> > svn ci -m "Add dir structure" wc
> > svn rm wc/dir1/subdir
> > svn cp -r1 file:///`pwd`/repo/dir2/subdir wc/dir1
> >
> > Instead of doing a replace, the last command throws this error:
> > svn: Path 'wc/dir1/subdir' already exists
>
> Thank you.  I've reopened issue #1516, and attached all details there.
>
> Got time to look into a patch? :-)

Any time. A patch against 1.4.6. would be most appreciated :-)
Thanks for looking into the issue.

regards,
Uli

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

Re: Issue #1516: 'svn cp' cannot replace schedule delete

Posted by Karl Fogel <kf...@red-bean.com>.
Uli Luckas <ul...@gmail.com> writes:
> svnadmin create repo
> svn co file:///`pwd`/repo wc
> mkdir -p wc/dir1/subdir
> svn add wc/dir1
> mkdir -p wc/dir2/subdir
> svn add wc/dir2
> svn ci -m "Add dir structure" wc
> svn rm wc/dir1/subdir
> svn cp -r1 file:///`pwd`/repo/dir2/subdir wc/dir1
>
> Instead of doing a replace, the last command throws this error:
> svn: Path 'wc/dir1/subdir' already exists

Thank you.  I've reopened issue #1516, and attached all details there.

Got time to look into a patch? :-)

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

Re: Issue #1516: 'svn cp' cannot replace schedule delete

Posted by Uli Luckas <ul...@gmail.com>.
Am Wednesday, 23. April 2008 schrieb Karl Fogel:
> Uli Luckas <ul...@gmail.com> writes:
> > I ran into issue #1516. Even though a fix and a test for this issue have
> > been commited (r16701) it still (or again) appears in svn 1.4.6
> >
> > The feature I care for is repo -> wc over a scheduled delete. Has this
> > feature been removed on purpose or is this just an excidential
> > regression?
>
> Can you post the entire reproduction recipe, so we don't have to guess?
> That would help a lot.
>
> Thanks,
> -Karl

svnadmin create repo
svn co file:///`pwd`/repo wc
mkdir -p wc/dir1/subdir
svn add wc/dir1
mkdir -p wc/dir2/subdir
svn add wc/dir2
svn ci -m "Add dir structure" wc
svn rm wc/dir1/subdir
svn cp -r1 file:///`pwd`/repo/dir2/subdir wc/dir1

Instead of doing a replace, the last command throws this error:
svn: Path 'wc/dir1/subdir' already exists

regards,
Uli

-- 
Once there was a time when all people believed in God and the church
ruled. This time is called the Dark Ages.

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

Re: Issue #1516: 'svn cp' cannot replace schedule delete

Posted by Karl Fogel <kf...@red-bean.com>.
Uli Luckas <ul...@gmail.com> writes:
> I ran into issue #1516. Even though a fix and a test for this issue have been 
> commited (r16701) it still (or again) appears in svn 1.4.6
>
> The feature I care for is repo -> wc over a scheduled delete. Has this
> feature been removed on purpose or is this just an excidential regression?

Can you post the entire reproduction recipe, so we don't have to guess?
That would help a lot.

Thanks,
-Karl

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