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

Re: Subversion setup

From: Jostein Chr. Andersen <jostein_at_josander.se>
Date: 2005-09-05 08:41:21 CEST

Hi Troy,

On Monday 05 September 2005 05.29, Troy Simpson wrote:
> Hello again,
>
> Now that I have found all the files for creating an installation, some
> parts seem to be missing and out of date. Do you have up-to-date iss
> files you could share, as well as other files relating to the build?
> There are files such as 'svn-proxy-template.reg' which are mentioned
> in svn.iss but do not exist (except for in your final setup file). I
> hope you can help by providing me with up-to-date files, thanks in
> advance.

The iss-files should be up to date, you are probably looking at the wrong
places.

You must make a working copy related to the branch you want to make an
installer of. I suggest that you make a top level folder for your
Subversion work somewhere, and start to check out miscellany folders
from there. This means that the command for the 1.2 series from the
newly created folder is something like this:

   svn co http://svn.collab.net/repos/svn/branches/1.2.x is-branch-1.2.x

You don't have to check out the whole Subversion tree if you don't want
to, '/packages/win32-innosetup/' is enough. Make sure that your
is-branch-1.2.x working copy has the same revision number as the current
Subversion binaries, I believe that's r16048 for the 1.2.3 version.

Then you must co the Subversion book for making the MS HTML (chm)
documentation, again somewhere under you top level Subversion folder:

    svn co http://svn.red-bean.com/svnbook/trunk svnbook

You're probably reading '/packages/win32-innosetup/W32notes.txt' right?

You should ask all questions on the mailing list
dev@subversion.tigris.org from now on (with a copy to me if it has
relevance to me, so I can see it). I try to monitor the dev list, but
fails to read every single thing, so a copy to me is important when my
attention is required. Another reason of using the dev list, is to make
sure that everyone interested can read this. See this link:

  http://subversion.tigris.org/servlets/ProjectMailingListList

Good luck and welcome to the club!

Jostein

  • application/pgp-signature attachment: stored
Received on Mon Sep 5 11:56:02 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.