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

Getting Knowhere in Perl

From: Christopher H. Laco <claco_at_chrislaco.com>
Date: 2005-11-17 03:28:04 CET

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm still getting absolutely nowhere using the Perl API to get a files'
contents and log entries on copy revisions of files just like
svn cat [-r] url does. All I can do now is resort to bribery. :-)

I offer a free O'Reilly book of your choosing to the first person who
can spend some time off-list and help me understand the subversion API
enough to get it done.

Somewhare more to my problem, I'm trying to replicate how this command
works:

svn cat -r871 http://handelframework.com/svn/CPAN/Handel/tags/0.24/Changes

I can see from the logs that at some point we request the path from
tags/0.24, and at the end we request the specified revision from trunk..

What's not clear to me is how to resolve patsh of copies to their
original locations using the SVN::Ra or SVN::Client API....

>"PROPFIND /svn/CPAN/Handel/tags/0.24/Changes HTTP/1.1" 207 690 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/!svn/vcc/default HTTP/1.1" 207 390 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/!svn/bln/923 HTTP/1.1" 207 445 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/CPAN/Handel/tags/0.24/Changes HTTP/1.1" 207 690 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/!svn/vcc/default HTTP/1.1" 207 390 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/!svn/bln/923 HTTP/1.1" 207 445 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/CPAN/Handel/tags/0.24/Changes HTTP/1.1" 207 690 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/!svn/vcc/default HTTP/1.1" 207 445 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"REPORT /svn/!svn/bc/923/CPAN/Handel/tags/0.24/Changes HTTP/1.1" 200 178 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/CPAN/Handel/trunk/Changes HTTP/1.1" 207 682 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/!svn/vcc/default HTTP/1.1" 207 445 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/!svn/bc/871/CPAN/Handel/trunk/Changes HTTP/1.1" 207 694 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/CPAN/Handel/trunk/Changes HTTP/1.1" 207 682 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>/svn/!svn/vcc/default HTTP/1.1" 207 445 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/!svn/bc/871/CPAN/Handel/trunk/Changes HTTP/1.1" 207 1583 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/CPAN/Handel/trunk/Changes HTTP/1.1" 207 682 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/!svn/vcc/default HTTP/1.1" 207 445 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"PROPFIND /svn/!svn/bc/871/CPAN/Handel/trunk/Changes HTTP/1.1" 207 465 "-" "SVN/1.2.0 (r14790) neon/0.24.7"
>"GET /svn/!svn/bc/871/CPAN/Handel/trunk/Changes HTTP/1.1" 200 12807 "-" "SVN/1.2.0 (r14790) neon/0.24.7"

Any takers?

- -=Chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDe+q0+66dLHM50ssRAufqAKCPyt5JHHZQhtaSZ8dtpl8eqDHejQCeMgty
Kj+WRpzVstOuxSv0ijeNWew=
=QnQI
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 17 03:29:55 2005

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.