Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

svk::editor::xd(3) [osx man page]

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)

Check Out this Related Man Page

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

NAME
SVK::Merge::Info - Container for merge ticket information SYNOPSIS
use SVK::Merge::Info; my $minfo = SVK::Merge::Info->new( $svk_merge_property ); DESCRIPTION
An "SVK::Merge::Info" object represents a collection of merge tickets, including repository UUID, path and revision. CONSTRUCTORS
new Takes a single argument with the value of an "svk:merge" property. METHODS
add_target Add a single SVK::Target::Universal or SVK::Path to the collection of merge tickets. del_target Remove a single SVK::Target::Universal or SVK::Path from the collection of merge tickets. remove_duplicated Takes a single SVK::Merge::Info object as an argument. Removes merge tickets which are present in the argument and for which the argument's revision is less than or equal to our revision. subset_of Takes a single SVK::Merge::Info object as an argument. Returns true if our set of merge tickets is a subset of the argument's merge tickets. Otherwise, returns false. is_equal Takes a single SVK::Merge::Info object as an argument. Returns true if our set of merge tickets is equal to argument's. Otherwise, returns false. union Return a new SVK::Merge::Info object representing the union of ourself and the SVK::Merge::Info object given as the argument. resolve verbatim as_string Serializes this collection of merge tickets in a form suitable for storing as an svk:merge property. TODO
Document the merge and ticket tracking mechanism. SEE ALSO
SVK::Editor::Merge, SVK::Command::Merge, Star-merge from GNU Arch perl v5.10.0 2008-08-04 SVK::Merge::Info(3)
Man Page

13 More Discussions You Might Find Interesting

1. Programming

C++ Editor for Linux MD9.1

What is the best C++ editor that works under MD9.1? I know the question is more of a personal opinion, but it's more meant for me to see what program would be best to install. Also, does C++ under a unix-based OS work differently then under windows? Because I've learned C++ for windows and want... (9 Replies)
Discussion started by: Arendo
9 Replies

2. UNIX for Advanced & Expert Users

Unix vi editor

Dear All, Is there a way to handle special french, spanish character is vi editor (Sun Solaris 8). Foll. is a label in notepad (windows), Cliquez ici pour revenir Ã_ la recherche de l'hôtel this label is stored in a text file, when i tranfer this file to unix using ftp (tried both ansi & bin... (6 Replies)
Discussion started by: lloydnwo
6 Replies

3. HP-UX

instead VI editor - which one?

I'd like to find some editor for HP-UX, something like notepad, but not VI editor. Can someone have some ideas which one? thx (6 Replies)
Discussion started by: diamond
6 Replies

4. Solaris

vi editor

suppose i have a lines as follows -rw-r----- 1 ora92 orainst 104846848 Jan 15 2005 0001_0000003971.arc -rw-r----- 1 ora92 orainst 104851456 Jan 15 2005 0001_0000003972.arc -rw-r----- 1 ora92 orainst 104852992 Jan 15 2005 0001_0000003973.arc -rw-r----- 1 ora92 orainst... (15 Replies)
Discussion started by: diptiman
15 Replies

5. Shell Programming and Scripting

VI Editor - question for unix gurus !!

I have created a dummy file -demo.txt On my machine-A (oslevel-5300-08) I can display the file content in HEX format through VI editor using :%!xxd but on other machine-B (oslevel - 5300-06) , I get error as "sh: xxd: not found." machine-A: $ cat demo.txt Hello World ! I can display... (7 Replies)
Discussion started by: Rahulpict
7 Replies

6. UNIX for Dummies Questions & Answers

Best graphical editor?

I am writing most of my scripts in the vi editor (OS is AIX) at present. Just trying to see if any of you would recommend some graphical editor that supports syntax highlighting (the editor has to run on AIX). I have to log in to the UNIX server from a PC (using Xming and Putty), so it has to be... (19 Replies)
Discussion started by: soleil4716
19 Replies

7. HP-UX

Vi editor issue

When I open vi editor and close it , the content of the vi editor is shown in console even after closing. Same is happening for manpages also.. Can anyone let me know how to solve the issue .. $uname -a HP-UX <servr_name> B.11.11 U 9000/800 657359313 unlimited-user license ... (6 Replies)
Discussion started by: soumyabubun
6 Replies

8. UNIX for Dummies Questions & Answers

Vi Editor

I have recently installed ubuntu 11.10 version in my laptop. Please tell me how to use the vi editor. Because the vi editor in ubuntu is totally different from the vi editor we have in Mandriva or Sabayon. Why am i not able to use backspace or the cursor movement keys(up, down, left, right)... (6 Replies)
Discussion started by: Sudip_Felipemas
6 Replies

9. UNIX for Dummies Questions & Answers

VIM Editor - To disable the status on existing

When i exist the vim editor .. to gives '0' in the console... i think it is status of the exit.. How to disable that ... (14 Replies)
Discussion started by: greenworld123
14 Replies

10. UNIX for Dummies Questions & Answers

Accessing Isql command via VI editor

(8 Replies)
Discussion started by: Xworks
8 Replies

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

12. Web Development

Bootstrap Changes to Advanced Editor and Attachments Form

I changed the CSS and Javascript in the "Advanced Editor" to clean it up. This is also the editor seen in "New Thread" and "New Reply". Basically I got rid of the mouseover style changes which were messed up due to vB legacy JS code from a decade ago. While doing this change, I then completed... (8 Replies)
Discussion started by: Neo
8 Replies

13. Web Development

New Font Awesome Icons in Quick Reply Editor

Working on the Quick Reply Editor, I have replaced a number of icons (see image below) with Font Awesome Icons. Was planning to replace all of them, but for some reason, replacing a few of them causes the script / template to break (which is odd) so I left them for now. ... (6 Replies)
Discussion started by: Neo
6 Replies