Sponsored Content
Operating Systems HP-UX Version Controller for Components Post 302904446 by rbatte1 on Wednesday 4th of June 2014 06:39:39 AM
Old 06-04-2014
Are you looking to control version of your application code? You could try sccs as a starter. It's a bit clunky and will need some setting up. Otherwise you may have to manually control the versions with date/time added into the filenames, or you could keep all the source on another server (Windows perhaps) where these tools are more readily available and have a controlled implementation process so you deliver and compile the right versions.

Possibly not the answer you wanted, but a start. A would expect there to be commercial software available on the HP-UX server, but it depends if you have a budget for it and if your OS version is current enough.


I hope that this helps.

Robin
This User Gave Thanks to rbatte1 For This Post:
 

6 More Discussions You Might Find Interesting

1. HP-UX

List Hardware components in HP UX

Hello Everybody: I need to check how many memory slots and the size of each I have on my HP UX system, is there something equilivant to prtcong in Solaris to display the list of HW compnents. Thanks alot . Aladdin (5 Replies)
Discussion started by: aladdin
5 Replies

2. UNIX for Dummies Questions & Answers

What is the components of semaphore?

What is the components of semaphore? (1 Reply)
Discussion started by: dearanik
1 Replies

3. Solaris

components of solaris 11

i want to know the system components of solaris 11. for SLES11 system components are Linux Kernel 2.6.27.8rc1 GCC 4.3.2 glibc 2.9 X.Org 7.4 XEN 3.3.1 KVM 78 i need those components for solaris 11 (4 Replies)
Discussion started by: snreddy_gopu
4 Replies

4. Shell Programming and Scripting

Copy a file from directroy/ prior version to the directory/ new version

How to copy a file from directroy/ prior version to the directory/ new version automatically. (4 Replies)
Discussion started by: roy1912
4 Replies

5. Hardware

How to find manufacture of laptop components?

Hi guys, I want to buy a lenovo Z500 laptop and install fedora 19 on it. I want to know if there would be any problem with drivers. I looked at specification. it says for wireless communication it uses Intel Centrino Wireless N-2230. according to this link kernel supports it. The problem is... (3 Replies)
Discussion started by: majid.merkava
3 Replies

6. Shell Programming and Scripting

Starting all the components simultaneously through script

Hi Folks , I have the below script that will start the components one by one by giving an interval of few seconds that if first component is started then there is interval of few seconds and then the second component is started , but by this way it takes time, i want to make the process faster... (8 Replies)
Discussion started by: punpun66
8 Replies
CatalystX::SimpleLogin::TraitFor::Controller::Login::LogUser3Contributed Perl DocuCatalystX::SimpleLogin::TraitFor::Controller::Login::Logout(3pm)

NAME
CatalystX::SimpleLogin::TraitFor::Controller::Login::Logout - log users out DESCRIPTION
Simple controller role for logging users out. Provides a "logout" action (at /logout by default) which redirects the user to the homepage by default. ACTIONS
logout : Chained('/') PathPart('logout') Args(0) Calls "$c->logout", then redirects to the logout uri retuned by "$self->redirect_after_logout_uri". METHODS
redirect_after_logout_uri Returns the uri to redirect to after logout. Defaults to "$c->uri_for('/');" you can override this by setting the "<redirect_after_logout_uri"> key in config to a path to be passed to "$c->uri_for". Alternatively, you can write your own redirect_after_logout_uri in your Login controller if you are extending CatalystX::SimpleLogin and it will override the method from this role. do_clear_session_on_logout Deletes the session after a logout. To enable this use the following in your config: __PACKAGE__->config('Controller::Login' => { clear_session_on_logout => 1 }); SEE ALSO
CatalystX::SimpleLogin::Controller::Login AUTHORS
See CatalystX::SimpleLogin for authors. LICENSE
See CatalystX::SimpleLogin for license. perl v5.14.2 2012-05-05 CatalystX::SimpleLogin::TraitFor::Controller::Login::Logout(3pm)
All times are GMT -4. The time now is 07:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy