[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-issues
Subject:    =?UTF-8?B?W0lzc3VlIDMxNzNdICBzdm4gY2F0IC4uLg==?=
From:       stylesen () tigris ! org
Date:       2008-04-17 6:40:53
Message-ID: 20080417064053.23681.qmail () tigris ! org
[Download RAW message or body]

http://subversion.tigris.org/issues/show_bug.cgi?id=3173



User stylesen changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from stylesen@tigris.org Wed Apr 16 23:40:53 -0700 2008 -------
Hi tspurs,

This is perfectly normal behavior. If you want a deleted or moved item at a
particular revision, you must make use of peg revisions as described here -
http://svnbook.red-bean.com/en/1.1/ch07s03.html It also says what is the
difference between peg revisions and operative revisions.

Following is how you need to use the commands as per the reproduction recipe you
provided:

<snip>
$ svn --version
svn, version 1.4.2 (r22196)
   compiled Nov 10 2006, 17:39:50
$ svnadmin create repos1
$ svn mkdir -m "e" file:///tmp/repos1/example

Committed revision 1.
$ svn import -m "e" file file:///tmp/repos1/example/file
Adding         file

Committed revision 2.
$ svn delete -m "e" file:///tmp/repos1/example/file

Committed revision 3.
$ svn import -m "e" file file:///tmp/repos1/example/file
Adding         file

Committed revision 4.

$ svn cat file:///tmp/repos1/example/file@2
This is some file
This is second line.
$ svn export file:///tmp/repos1/example/file@2
A    file
Export complete.
$ svn list file:///tmp/repos1/example/file@2
file
$ svn export file:///tmp/repos1/example/file@2
A    file
Export complete.
</snip>

Marking this bug as Invalid.

NOTE: Please discuss about a possible bug in subversion dev mailing list before
you file it here, that way it will be easy to validate the bug.

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic