Neil Martinsen-Burrell wrote:
>
> It would appear that the root directory of your project contains no files.
> Can you do
>
> svn log -v file:///home/rajulocal/src/repos
>
> to see if perhaps the files were deleted in some revision? You can also
> do
>
> svn info file:///home/rajulocal/src/repos
>
> to see what information the subversion client is able to extract from the
> repository. In particular, this will tell you the overall revision number
> of the repository.
Initially my db/current file is
# This vi
With this I get
$svn log -v file:///home/rajulocal/src/repos/
------------------------------------------------------------------------
$svn info file:///home/rajulocal/src/repos/
Path: repos
URL: file:///home/rajulocal/src/repos
Repository Root: file:///home/rajulocal/src/repos
Repository UUID: 4b491453-9f12-0410-a375-f21ff25ee2d8
Revision: 0
Node Kind: directory
Last Changed Rev: 0
Last Changed Date: 2006-04-30 01:36:49 -0400 (Sun, 30 Apr 2006)
When I changed the db/current file to
132 d 1
the output of svn log -v is
http://pastebin.com/m124d0abf
the output of svn info is
$svn info file:///home/rajulocal/src/repos/
Path: repos
URL: file:///home/rajulocal/src/repos
Repository Root: file:///home/rajulocal/src/repos
Repository UUID: 4b491453-9f12-0410-a375-f21ff25ee2d8
Revision: 132
Node Kind: directory
Last Changed Author: rajulocal
Last Changed Rev: 132
Last Changed Date: 2007-02-09 01:41:10 -0500 (Fri, 09 Feb 2007)
>
>> Let's say this used to contain a project called pipe_flow. I had a
>> working copy of this project in ~/work/pipe_flow. From ~/work/pipe_flow ,
>> If I do
>>
>> $cd ~/work/pipe_flow
>> $svn st -u
>>
>> I see output such as
>> M * 131 variables.F90
>
> Can you show us the full output of this command?
It's a bit long. So I pasted it in
http://pastebin.com/m7bed1573
>
>> However I do
>> $svn log variables.F90
>> svn: No such revision 131
>>
>> $svn update
>> svn: Target path does not exist
>
> I do not know what is happening here. If you send more information,
> perhaps we can figure it out.
>
I actually do not know what information I should send. If there is any other
information required, I would be glad to provide.
raju
--
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 4 16:01:42 2007