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

Re: Experimental Win32 package from trunk/r13021

From: Juanma Barranquero <lekktu_at_gmail.com>
Date: 2005-02-15 23:20:04 CET

On Tue, 15 Feb 2005 22:45:01 +0100, Branko Čibej <brane@xbc.nu> wrote:

> Well, I can't do that in the package. I'll put them in perl/SVN then.

I think I didn't make myself clear. I'm *not* proposing hardcoding any
path. Currently, svn-win32-1.1.3_pl.zip has:

svn-win32-1.1.3/README.txt
svn-win32-1.1.3/perl/
svn-win32-1.1.3/perl/SVN/
svn-win32-1.1.3/perl/SVN/Base.pm
svn-win32-1.1.3/perl/SVN/Client.pm
svn-win32-1.1.3/perl/SVN/Core.pm
svn-win32-1.1.3/perl/SVN/Delta.pm
svn-win32-1.1.3/perl/SVN/Fs.pm
svn-win32-1.1.3/perl/SVN/libsvn_swig_perl-1.dll
svn-win32-1.1.3/perl/SVN/Ra.pm
svn-win32-1.1.3/perl/SVN/Repos.pm
svn-win32-1.1.3/perl/SVN/swigpl.dll
svn-win32-1.1.3/perl/SVN/Wc.pm
svn-win32-1.1.3/perl/SVN/_Client.dll
svn-win32-1.1.3/perl/SVN/_Core.dll
svn-win32-1.1.3/perl/SVN/_Delta.dll
svn-win32-1.1.3/perl/SVN/_Fs.dll
svn-win32-1.1.3/perl/SVN/_Ra.dll
svn-win32-1.1.3/perl/SVN/_Repos.dll
svn-win32-1.1.3/perl/SVN/_Wc.dll

I'm proposing for 1.2.0:

svn-win32-1.2.0/README.txt
svn-win32-1.2.0/bin/
svn-win32-1.2.0/bin/libsvn_swig_perl-1.dll
svn-win32-1.2.0/bin/swigpl.dll
svn-win32-1.2.0/perl/
svn-win32-1.2.0/perl/SVN/
svn-win32-1.2.0/perl/SVN/Base.pm
svn-win32-1.2.0/perl/SVN/Client.pm
svn-win32-1.2.0/perl/SVN/Core.pm
svn-win32-1.2.0/perl/SVN/Delta.pm
svn-win32-1.2.0/perl/SVN/Fs.pm
svn-win32-1.2.0/perl/SVN/Ra.pm
svn-win32-1.2.0/perl/SVN/Repos.pm
svn-win32-1.2.0/perl/SVN/Wc.pm
svn-win32-1.2.0/perl/auto/
svn-win32-1.2.0/perl/auto/SVN/
svn-win32-1.2.0/perl/auto/SVN/_Client/
svn-win32-1.2.0/perl/auto/SVN/_Client/_Client.dll
svn-win32-1.2.0/perl/auto/SVN/_Core/
svn-win32-1.2.0/perl/auto/SVN/_Core/_Core.dll
svn-win32-1.2.0/perl/auto/SVN/_Delta/
svn-win32-1.2.0/perl/auto/SVN/_Delta/_Delta.dll
svn-win32-1.2.0/perl/auto/SVN/_Fs/
svn-win32-1.2.0/perl/auto/SVN/_Fs/_Fs.dll
svn-win32-1.2.0/perl/auto/SVN/_Ra/
svn-win32-1.2.0/perl/auto/SVN/_Ra/_Ra.dll
svn-win32-1.2.0/perl/auto/SVN/_Repos/
svn-win32-1.2.0/perl/auto/SVN/_Repos/_Repos.dll
svn-win32-1.2.0/perl/auto/SVN/_Wc/
svn-win32-1.2.0/perl/auto/SVN/_Wc/_Wc.dll

ie, maintaining the relative paths, but the SWIG .DLLs are moved to
bin/ and the Perl .DLLs and .pm to a dir structure (under perl/) that
mimics the one preferred by ActivePerl. Obviously
svn-win32-1.2.0_pdb.zip should be changed accordingly.

> We
> don't have swigpl.dll at all, IIRC.

There is one at svn-win32-1.1.3_pl.zip, AFAICS.

-- 
                    /L/e/k/t/u
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 15 23:25:29 2005

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

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