Sponsored Content
Full Discussion: DEPOT software
Operating Systems HP-UX DEPOT software Post 302911531 by rbatte1 on Friday 1st of August 2014 08:09:09 AM
Old 08-01-2014
This would be for HP-UX patching I presume. You depot can be anywhere you choose. Have you followed the patching instructions to create the depot?



Robin
 

9 More Discussions You Might Find Interesting

1. HP-UX

depot generating hpux 11.11 workstationmain

Hello, we running on a hpux workstation hpux 11.11 ( model B180 L ) latest relaese from december 2001. now we would like to install an tool which will allow us to generate our own depots. this programm names mkpkg ( relaese 3.0 alpha 5 ) and we downloaded it from... (2 Replies)
Discussion started by: ortsvorsteher
2 Replies

2. HP-UX

VNC depot

Hi All, I'm having a very difficult time compiling VNC for HPUX 11.0. Is there a vnc depot sitting somewhere out there ? Thanks a bunch, KENT (1 Reply)
Discussion started by: kxchen_home
1 Replies

3. HP-UX

configuration of depot file.

Hi all, I am new to hp-ux.I installed depot file.But i don't know how to configure that depot file.If anybody knows the configuration of depot file please help me. It's urgent, because i have to configure that depot file. Thanks & Regards, Balaraju. (2 Replies)
Discussion started by: balarajum
2 Replies

4. HP-UX

Binaries/Depot for Subversion 1.4.3 for HP/UX 11.11

Could anyone help me out by providing binaries/depot for subversion 1.4.3? The hpux version is: HP-UX myhappybox B.11.11 U 9000/800 I am having trouble compiling the sources for hpux, the provided dependancies are extracted, but it continually falls over. We have previously had svn... (3 Replies)
Discussion started by: spud
3 Replies

5. HP-UX

Depot file properties

Hi How can we identify the informations like Author, meta data, dependency and other information from a depot file? (1 Reply)
Discussion started by: sethumadhavan
1 Replies

6. HP-UX

Creating a depot

Hi. I am working on creating a depot that should be relocatable(I should be able to install it to a directory of my choice). The hp-ux help library talks about the variables SW_LOCATION and SW_ROOT_DIRECTORY to accomplish this. I have set the is_relocatable parameter to true in my psf. I... (1 Reply)
Discussion started by: JStone
1 Replies

7. HP-UX

Regarding Depot in HP Unix

Hi, Can anyone tell me how to know the files on the HP Unix server associated with the installed depot? BR, Prasanth (2 Replies)
Discussion started by: prasanth438
2 Replies

8. UNIX for Advanced & Expert Users

perl and HP-UX : instmodsh in combination with software depot : update inventory for installed Perl

we create a HP-UX software depot with a new perl-modul. after installation of the software depot, the perl module i can't find with instmodsh in the inventory for installed Perl modules. - i have learned of using instmodsh command : i find out what modules are already installed on my system. ... (0 Replies)
Discussion started by: bora99
0 Replies

9. HP-UX

Good acl for remote depot software

This is the situation On hpux2.domain.com i have set a depot source,copying various depots on /var/spool/sw I can install from hpux2,but i want to do a remote access to other hosts,i have tried this swacl -l global_product_template -M host:hpux3.domain.com:crw-t swacl -l depot -M... (1 Reply)
Discussion started by: Linusolaradm1
1 Replies
SVK::Editor::XD(3)					User Contributed Perl Documentation					SVK::Editor::XD(3)

NAME
SVK::Editor::XD - An editor for modifying svk checkout copies SYNOPSIS
$editor = SVK::Editor::XD->new ( path => $path, target => $target, oldroot => $fs->revision_root ($fromrev), newroot => $fs->revision_root ($torev), xd => $xd, get_copath => sub { ... }, get_path => sub { ... }, ); DESCRIPTION
SVK::Editor::XD modifies existing checkout copies at the paths translated by the get_copath callback, according to the incoming editor calls. The path in the depot is translated with the get_path callback. There are two modes, one is for applying changes to checkout copy as external modification, like merging changes. The other is update mode, which is used for bringing changes from depot to checkout copies. PARAMETERS
In addition to the paramters to SVK::Editor::Checkout: target The target path of the editor calls. Used for deciding if the root's meta data needs to be updated in update mode. xd SVK::XD object. oldroot Old root before the editor calls. newroot New root after the editor calls. update Working in update mode. get_path A callback to translate paths in editor calls to path in depot. ignore_keywords Don't do keyword translations (svn:keywords property). perl v5.10.0 2008-08-04 SVK::Editor::XD(3)
All times are GMT -4. The time now is 01:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy