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

Re: Change in propget?

From: Jeff Hinrichs <jeffh_at_delasco.com>
Date: 2004-02-20 16:44:31 CET

Jeff Hinrichs said:
>> "Jeff Hinrichs" <jeffh@delasco.com> writes:
>>> Now, I've upgraded to 0.37, migrated from a linux based system to a
>>> FreeBSD and am now running svnserver instead of running subversion
>>> under apache.
>>> However, now the following request:
>>> svn propget description svn://fmachine/testProject
>>>
>>> returns nothing. In fact I can't get it grab the information from an
>>> URL only from a local WC.
>>
>> When you say upgraded to 0.37, do you mean both server and client? Did
>> you dump/load your repository to deal with schema changes?
>>
>> -K
> Yes I was running 0.25 on a linux box, I dumped the repositories and
> moved them to another box where I had 0.37 installed and running. I
> then loaded the dump files in to their new homes. I also did a svn
> switch --relocate on my local WC's on the clients.
>
> To verify, I did a svn up on the local WC and then issued the following:
> svn propget description
> which promptly returned the proper value for the description property.
>
> Anything else I should look at next?
>
> thanks,
>
> jeff hinrichs

I just went through the dump file that was loaded in to the 0.37 repos and
here is the relevant portion of the dumpfile:

Revision-number: 13
Prop-content-length: 146
Content-length: 146

K 7
svn:log
V 46
added a property of "description" to the root

K 10
svn:author
V 5
JeffH
K 8
svn:date
V 27
2003-06-27T15:29:27.564908Z
PROPS-END

Node-path: /
Node-kind: dir
Node-action: change
Prop-content-length: 168
Content-length: 168

K 11
description
V 134
This is a test repository. Nothing special here. Here is where you
can try out commands before running them against a live repos

PROPS-END

----
So as you can see the property and value were dumped and loaded in to the
new repos.  Is there anything else I can supply?  I've gone through the
release notes and haven't seen any mention of changes with regard to how
propget should work.
thanks,
jeff hinrichs
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 20 16:44:36 2004

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.