× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi

I just installed Subversion for OS/400 from
http://www.softlanding.com/subversion/index.htm. Thanks Mark Phippard
for providing this.  I've run through the setup several times trying
to get the repositories setup the way I want them. I want a repository
for each project. I also want the recommended trunk, tags, and
branches subdirectories setup. Below is what I tried. When I browse
the repository with Firefox I don't see the TTB directories. All I see
is "Revision 0: /". I was trying to match what is shown on page 20 of
the PDF doc provided with the save file.  How should I be setting up
the TTB directories?

 PGM        PARM(&PROJECT)

 DCL        VAR(&PROJECT) TYPE(*CHAR) LEN(50)

 DCL        VAR(&BASEDIR) TYPE(*CHAR) LEN(132) +
             VALUE('/home/subversion/repositories/')

 DCL        VAR(&DIR) TYPE(*CHAR) LEN(132)

 DCL        VAR(&SUBDIR) TYPE(*CHAR) LEN(132)

 CHGVAR     VAR(&DIR) VALUE(&BASEDIR *TCAT &PROJECT)

 CRTSVNREP  PATH(&DIR)

 CHGVAR     VAR(&SUBDIR) VALUE(&DIR *TCAT '/trunk')

 CRTDIR     DIR(&SUBDIR)

 CHGVAR     VAR(&SUBDIR) VALUE(&DIR *TCAT '/tags')

 CRTDIR     DIR(&SUBDIR)

 CHGVAR     VAR(&SUBDIR) VALUE(&DIR *TCAT '/branches')

 CRTDIR     DIR(&SUBDIR)

 ENDPGM



Thanx, PLA

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.