Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

svk::command::info(3) [osx man page]

SVK::Command::Info(3)					User Contributed Perl Documentation				     SVK::Command::Info(3)

NAME
SVK::Command::Info - Display information about a file or directory SYNOPSIS
info [PATH | DEPOTPATH]... OPTIONS
-R [--recursive] : descend recursively DESCRIPTION
For example, here's the way to display the info of a checkout path: % svk info ~/dev/svk Checkout Path: /Users/gugod/dev/svk Depot Path: //svk/local Revision: 447 Last Changed Rev.: 447 Last Changed Date: 2006-11-28 Copied From: /svk/trunk, Rev. 434 Merged From: /svk/trunk, Rev. 445 You can see the result has some basic information: the actual depot path, and current revision. Next are advanced information about copy and merge source for this depot path. The result of "svk info //svk/local" is almost the same as above, except for the "Checkout Path:" line is not there, because you are not referring to a checkout path. Note that the revision numbers on "Copied From:" and "Merged From:" lines are for the source path (//svk/trunk), not the target path (//svk/local). The example above state that, //svk/local is copied from the revision 434 of //svk/trunk, and //svk/local was merged from the revision 445 of //svk/trunk. Hence if you do a "svk log -r 434 //svk/local", svk would tell you that //svk/local does not exist at revision 434. So far there is no easy way to tell the actual revision number of //svk/local right after a copy or merge. If the target is a depot path, or the corresponding depot path of the target checkout path is actually a mirroring path, the output of this command will look like this: % svk info //svk/trunk Depot Path: //svk/trunk Revision: 447 Last Changed Rev.: 445 Mirrored From: svn://svn.clkao.org/svk, Rev. 1744 So you can see this depot path is mirrored from a remote repository, and so far mirrored up to revision 1744. perl v5.10.0 2008-08-04 SVK::Command::Info(3)

Check Out this Related Man Page

SVK::Command::Update(3) 				User Contributed Perl Documentation				   SVK::Command::Update(3)

NAME
SVK::Command::Update - Bring changes from repository to checkout copies SYNOPSIS
update [PATH...] OPTIONS
-r [--revision] REV : act on revision REV instead of the head revision -N [--non-recursive] : do not descend recursively -C [--check-only] : try operation but make no changes -s [--sync] : synchronize mirrored sources before update -m [--merge] : smerge from copied sources before update -q [--quiet] : print as little as possible DESCRIPTION
Synchronize checkout copies to revision given by -r or to HEAD revision by default. For each updated item a line will start with a character reporting the action taken. These characters have the following meaning: A Added D Deleted U Updated C Conflict G Merged g Merged without actual change A character in the first column signifies an update to the actual file, while updates to the file's props are shown in the second column. If both "--sync" and "--merge" are specified, like in "svk up -sm", it will first synchronize the mirrored copy source path, and then smerge from it. perl v5.10.0 2008-08-04 SVK::Command::Update(3)
Man Page

14 More Discussions You Might Find Interesting

1. HP-UX

help with swinstall

I'm trying to install gcc from hp with swinstall but what happens is the following: I change source to the correct depot, it complains it can't find anything, when I change target to /usr/local, it shows the depot in the list. Next, I mark it for install, install it, but then it gets installed... (4 Replies)
Discussion started by: rein
4 Replies

2. 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

3. Shell Programming and Scripting

Better of reading from file

Hi all, I have file to read somting like this T SKKSD SKKDS SLLDSK K SKDK 994 434 4343 A 494 DKLKLD SDFD H LSDKLDSK DSDSDS U KDS 0DS SD SDF99SD DFSSD D DSK SDK94094 3 Based on first field (Ex: for line T) , I need to write this content in to files if firsr field is T then... (3 Replies)
Discussion started by: unishiva
3 Replies

4. Shell Programming and Scripting

get characters from output of a command in a variable

Hi, i have two questions, I am new to programming 1. I have an output of a command and i want to get some specific part of it in a variable. i am trying sr=`some comand xyz| grep 'Last Changed Rev:' | cut -c19-` now variable sr gets a end of line character at end. output of the command... (3 Replies)
Discussion started by: muaz
3 Replies

5. UNIX for Dummies Questions & Answers

Modify Path

Hi, This is certainly a simple question, but I have yet to receive sufficient info concerning it. I am using BASH on a Powerbook G4 running Leopard. - I would like to permanently add a directory to my path. How do I do this? - I understand that I can view my path by: echo $PATH. Is there a... (4 Replies)
Discussion started by: msb65
4 Replies

6. UNIX for Dummies Questions & Answers

Path Name

Is there a way I can display the directory and its size, without displaying the entire path my command is du -h | sort -nr | head -10 for example my output is 504K ./vpworkspace/.vpprefdata/LayoutPerspectiveData I want it to be 504K .vpworkspace (3 Replies)
Discussion started by: desai.rishabh
3 Replies

7. HP-UX

To identify if local disks are mirrored

Hello All, Am trynig to identify if the local HD's on our BL860 (running 11v3) are indeed mirrored to each other. Cheers, Cameron (3 Replies)
Discussion started by: Cameron
3 Replies

8. Programming

Issue with make, no rule to make target etc.

I have been trying to split up my src directory to clear out files that are not re-compiled very often. Now I have the following setup in my trunk, trunk/bld trunk/src/ trunk/src/src_server trunk/makefile.linux In the make file, I have compile rules SOURCELOC = src # compile src c++... (4 Replies)
Discussion started by: LMHmedchem
4 Replies

9. HP-UX

[Solved] HP-UX lsof depot installation

Hi Experts, We need to install lsof package on one of the hp-ux itanium servers. I found that following link contains (HP-UX Internet Express for HP-UX 11i v2) which contains depot file for lsof as well. ... (2 Replies)
Discussion started by: sai_2507
2 Replies

10. Shell Programming and Scripting

Merging rows using two common rows.

Hi.. My requirement is simple but unable to get that.. File 1 : 3 415 A G 4 421 G . 39 421 G A 2 421 G A,C 41 427 A . 4 427 A C 42 436 G . 3 436 G C 43 445 C . 2 445 C T 41 447 A . Output (4 Replies)
Discussion started by: empyrean
4 Replies

11. UNIX for Dummies Questions & Answers

Windows app over Sun Fire 445?

Please, I have a professional application that run only over windows, but I have a Full Sun Fire 445 for that. Someone can sugest me about how to do? Wich S.O can be use. Thanks before hand. Please read the forum rules again. Rule #9 should be in your focus. Thank you! (9 Replies)
Discussion started by: abelop
9 Replies

12. HP-UX

Issue Patching Secure Shell...

I'm trying to patch an HPUX 11i v3 machine. The file I'm installing is "HP_UX_11i_v3_SecureShell_A.06.20.030._HP-UX_B.11.31_IA_PA.depot". I get the following output in the log: * Reading source for product information. *Reading source for file information. The corequisite ... (3 Replies)
Discussion started by: chambo
3 Replies

13. UNIX for Beginners Questions & Answers

Command not found

On my MAC - I get Command not found error for some command like mvn , java_home etc . I CD to the actual directory to take path out of picture and even then i get the command not found error . anyone else have the same problem ? (3 Replies)
Discussion started by: ambm01
3 Replies

14. HP-UX

Ignite

Hi Does anybody know how to get hold of a very old (A.3.7.n) copy of the ignite software depot for HP-UX 10.20? (7 Replies)
Discussion started by: gregsih
7 Replies