[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn blame problem

From: Justin Johnson <justinjohnson_at_fastmail.fm>
Date: 2003-10-31 21:28:04 CET

Hmmm.... but I've wiped out my wc and recreated it many times since then.

Ahhhh.... Here's the problem.

C:\svn\RatControl>svn log -v -r 97 http://marmot/svn/RatControl
------------------------------------------------------------------------
rev 97: jjohn53 | 2003-09-24 13:26:03 -0500 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
   A /twistedcc/trunk/README
   M /twistedcc/trunk/ratcontrol/admtool.py
   M /twistedcc/trunk/ratcontrol/ccservice.py
   M /twistedcc/trunk/ratcontrol/config.py
   M /twistedcc/trunk/ratcontrol/process.py
   M /twistedcc/trunk/ratcontrol/test/alltests.py
   M /twistedcc/trunk/ratcontrol/test/triggertests.py
   M /twistedcc/trunk/ratcontrol/test/viewtests.py
   M /twistedcc/trunk/ratcontrol/test/vobtests.py
   M /twistedcc/trunk/ratcontrol/trigger.py
   M /twistedcc/trunk/ratcontrol/utility.py
   M /twistedcc/trunk/ratcontrol/view.py
   M /twistedcc/trunk/ratcontrol/vob.py
   M /twistedcc/trunk/ratcontrol/winsvc.py
   M /twistedcc/trunk/setup.py

Replace package names with ratcontrol.

------------------------------------------------------------------------

C:\svn\RatControl>svn log -v -r 97 http://marmot/svn/RatControl/trunk
svn: HTTP Path Not Found
svn: REPORT request failed on '/svn/RatControl/!svn/bc/97/trunk'
svn: '/svn/RatControl/!svn/bc/97/trunk' path not found

C:\svn\RatControl>

The trunk directory didn't exist in that rev. Okay, that makes sense to
me.
Thanks for your help.
-Justin

On 31 Oct 2003 09:50:34 -0600, "C. Michael Pilato" <cmpilato@collab.net>
said:
> "Justin Johnson" <justinjohnson@fastmail.fm> writes:
>
> > Ahhh.... I think I know the problem. I renamed the repo once a while
> > back. Don't recall exactly how I did it, but it used to be stored in
> > /home/svnroot/twistedcc and then I changed it to
> > /home/svnroot/RatControl. I must've been thinking the name of the repo
> > directory wasn't stored in it anywhere. Do you know what I can do to
> > resolve this? Maybe I need to start digging through the doc again.
>
> The name of the repository shouldn't be stored in the repository
> itself. But the URL to it is stored in the working copy. 'svn switch
> --relocate' would be the plan for fixing the working copy.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 31 21:28:58 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.