Debian :: Svn Log - Check Out The Log As Well When Checking Out A Version From Some Repo?

Jun 14, 2011

Is it possible to check out the log as well when you are checking out a version from some repo. For instance this is a game I like :-

[Code]...

The game is called dawn-rpg and one can find about it at dawn-rpg.sourceforge.net but that's not what I want to talk about. The thing it would be so much more convenient for me if instead of going to the svn mirror or whatever it is and checking out the log, it was local. I know I could do something like this :-

svn log > svnlog150611.txt

This would download the log file and put the contents in some text file I have named as svnlog150611.txt . The problem with this way of doing things is that each time I have to check out I would have to create a new txt file with that date. If there was a way one could check out the log as well when checking out a new version/release it would be nice. Its also possible that this might be already be there and there might be another command to use locally that I am not aware about. In that case, would look forward to people to share the same.

View 4 Replies


ADVERTISEMENT

Debian :: Packaging / Preinst Script And Version Checking

Oct 27, 2015

How can I use the preinst script to check to see if the version that is installed older than the version trying to be installed and if so, take an action?

For example: if the software installed is at a version less than 6.14 then take an action, else return 0?

preinst:
Code: Select allset -e
case "$1" in
  install|upgrade)
  # if version installed <6.14 then do something else return 0
    ;;

[Code] ....

View 0 Replies View Related

Debian :: How To Download Stable Version And Check MD5

May 31, 2015

I want to install Debian Stable 8 Jessie. I've tried the main website, of course, first. But there are a lot of options there to download Debian 8: CD, DVD, Live etc. I downloaded debian-live-8.0.0-amd64-lxde-desktop.iso and I booted live in VirtualBox. It boots fine and the operating system looks in order.

Questions/problems:

1. The desktop icon for the installer says "Install Debian sid". But from what I know "sid" is unstable version. I do not want unstable, nor testing. I just want normal Stable. Did I got the wrong version? The website is a bit confusing about which version is which.

2. How do I check the md5 of the iso? I know how to do that with other distros, they usually specify it near the download link and I can execute in terminal the command 'md5sum' followed by the specific linux distro iso and then compare the numbers. But I can find no such thing for Debian. I searched the website but could not find any clear info.

3. After I install, what should I do in order to make Iceweasel work with Flash and multimedia codecs? I also need Skype and the proprietary Nvidia drivers.

And if I enable these non free, do I get automatic updates for them like for the rest of standard Debian software? Or, if not, what should I do?

The idea is that I want a system that is as stable and bug free as possible, but I won't use many apps beyond these ones. I don't need the latest and greatest software as long as these get security updates. Should I be ok with this configuration?

View 12 Replies View Related

Debian :: How To Check Graphics Driver Version

Sep 11, 2015

Also how do I check the latest version available? I gather to update a driver I need to update the kernel so ill not be doing that but im trying to get more familiar with linux here. I know how to do this in windows so it would be good to be able to check driver versions in linux too. Im on debian 8.1 with intel HD4400 graphics.

View 3 Replies View Related

OpenSUSE :: Difference Between Repo Version And Sun .rpm Version?

Feb 8, 2010

I have a few questions about running virtualbox.

1. what is the difference between the repo version and the sun .rpm version?
2. will usb, printer, etc. be available to the guest os?
3. Will my computer be able to handle running 2 os? after upgrade I will have a p4, 1g ram (333 ddr), and a 250g hard drdive.

IMy goal is to install WinXP and to help test new version of openSUSE with openbox.

View 3 Replies View Related

Debian Configuration :: How To Check Version Of Loaded Intel Microcode

May 2, 2010

Because the version of the microcode installed by the package intel-microcode in Testing (2009-03-30) is way older than the one currently offered by Intel (2010-02-09), I only installed the package microcode.ctl and let it fetch the microcode. However, after reading the Read Me files, manual pages and system logs, and checking the directory where the microcode is stored, I have not been able to find an option to check the version of the microcode in use.

This is the output of update-intel-microcode:
Local version:
Remote version:
could not extract the actual data of remote microcode

View 2 Replies View Related

Fedora Installation :: Kernel-devel Package With Version Between The Fedora And Update Repo Version

Sep 11, 2009

I have a fedora 11 with kernel package: kernel-PAE-2.6.29.6-217.2.3.fc11.i686

I would like to install the devel package for this kernel version, but I can't find it, because in the fedora repo there is only the original kernel (2.6.29.4....) and in the updates repo there is only the newest kernel package (2.6.30....)

Where can I find the packages which are between the fedora and update repos' versions?

View 2 Replies View Related

Ubuntu Security :: Check For Updates To The Current Version Of Rkhunter And Upgrade To A New Version?

Sep 18, 2010

How do i check for updates to the current version of rkhunter and if possible upgrade to a new version?

View 2 Replies View Related

General :: DNS Checking Tool - Check And Compare DNS Records

Dec 14, 2010

there is a tool, which can check and compare DNS records for me. I'd like to tell it to look at our private subnet, and it for to return records which have missing or different DNS records, than were expected. if it just looked up every record and returned it in a "neat" way, that'd work too.

View 5 Replies View Related

Ubuntu :: Which Version Of KDM Is In The Lucid Repo

Feb 26, 2011

Which version of KDM is in the Lucid repository? Also, if using KDM in Lucid, is the following configuration of VTs possible?

VT 1-4 getty
VT 5-7 KDM
VT 8-9 free
VT 10-12 logs

View 3 Replies View Related

OpenSUSE :: 4.3 Repo - Version Number Misreported?

Feb 10, 2010

I run zypper up regularly against the 4.3 repo and supposedly the latest stable version is 4.3.5. However, after the latest update I am still showing 4.3.4r2.

View 9 Replies View Related

OpenSUSE :: 11.3 - Updated Timezone Version (Official Repo)

Mar 18, 2010

The DST in Chile has changed due to the earthquake. I am using openSuSE 11.2, but my clock is using the pre-earthquake info. I am currently using timezone and timezone-java version 2009u-0.1.1, and I believe there is an updated timezone version 2010u, but it hasn't been uploaded to the official repositories yet. How can I fix my timezone?

View 1 Replies View Related

OpenSUSE :: Compile Mesa To Replace Version In Repo?

Apr 16, 2011

I am compiling mesa and it compiles ok but I think it it compiles to the usr/local/lib but I want to replace the system version as I want applications to use my compiled version instead.

How do I do this?

View 2 Replies View Related

CentOS 5 :: Install An Older Version Of PHP From Remi Repo?

Jul 20, 2010

Ive got the Remi repo all setup along with yum priorities. I know how I would go about installing PHP 5.3 but for Drupal 6.x version 5.2.x is more compatible. I see php 5.2.13 in the remi repo archives. How should I go about installing it? just wget the rpm and install?

View 4 Replies View Related

Ubuntu :: Install A Newer Version Of A Package Than Exists In The Repo?

Aug 13, 2010

I am running Ubuntu 9.04 at work and have a sudden need to install a newer version of python-support (> 0.9.0) than is currently available in the repo (0.8.7) for my Ubuntu version. Upgrading to 9.10 is not an option as we are planning to jump to 10.04 LTS in the next few months and I am unable (unwilling) to mess with a complete upgrade prior. Is it possible for me to upgrade to the newest version of python-support - or is this package OS version specific? Assuming it's possible, how might I go about the process of upgrading?

View 2 Replies View Related

Software :: Yum Repo Showing Incorrect Version After FC14-FC15 Upgrade?

May 30, 2011

In checking after upgrading with Preupgrade fromFC14 to FC15 here I noticed te yuom seems to show the wrong repos. How do I correct this?

yum clean all
Loaded plugins: downloadonly, fastestmirror, refresh-packagekit, security
Cleaning repos: adobe-linux-i386 fedora updates
Cleaning up Everything

[code].....

View 2 Replies View Related

Ubuntu One :: When Upload A File To A Shared Folder, It Gives The Choice Of Checking A Check Box That Says "publish"?

Jan 16, 2011

When I upload a file to a shared folder, it gives me the choice of checking a check box that says "publish", what's the difference between checking/not checking it?

View 5 Replies View Related

Ubuntu :: Check What Version Using?

Apr 21, 2011

i know: but I downloaded the 11.04iso but it says in the shutdown screen that its 10.04... :/

View 4 Replies View Related

CentOS 5 :: How To Check Mod Ssl Version

Apr 5, 2011

What's the cli command to check mod ssl version?

I'm running Centos 5.3

View 2 Replies View Related

Debian :: Migration Check List - To Check - Prepare Or Reconfigure

Feb 3, 2010

I am new to Debian but not Linux-based systems. I have been experimenting a lot with Debian Lenny/Squeeze. I am growing more comfortable each day with the Debian design. Yet there remain many unexplored areas. I am creating a migration check list. Things to check, prepare, or reconfigure when moving from one Linux-based system to Debian.

I have a good computer background and my current check list probably is fairly good. Yet I would appreciate input and opinions from experienced Debian users of things to watch in such a migration. Login defs, passwd/group files, different directory locations, keymaps, services and daemons, etc. I am not too concerned with the desktop as I plan to stick with KDE 3.5 for a while and I can basically move those settings across.

View 4 Replies View Related

Ubuntu :: Check The Version Of Something Being Downloaded Through The Apt-get?

Apr 14, 2010

I need to install Mercurial, and i want to do it through the shell. Yesterday i tried it, but i got the 1.1.5 version (something like that),but i need the newest version.How can i check the version of the package being downloaded (or about to be) and/or get the newest version?

View 4 Replies View Related

Ubuntu :: HBA - Check Firmare Version?

Mar 24, 2011

How I check firmware version of hba card - QLogic QLA2342?

View 2 Replies View Related

Ubuntu :: How To Check USB Driver Version

Apr 16, 2011

I can see my USB devices by

Code:
lspci
Quote:
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)

However, the speed I copied from one USB device to anther (both are USB 2.0 ) is around 4.4M/second, which seems to be very slow. I'm wondering if the USB driver is not powerful enough. By the way, I'm using Ubuntu 10.10 .

View 1 Replies View Related

General :: How To Check Qmail Version On Box

Oct 11, 2010

How to check qmail version on my box?

View 2 Replies View Related

General :: Check IHS Version In System?

Mar 18, 2011

Can anyone tell me how to check IHS version in Linux

View 1 Replies View Related

Fedora :: 13 - Where Can Generally Check The GRUB Version

May 26, 2010

I was wondering which GRUB version is the new Fedora 13 using and where can I generally check the GRUB version?

View 1 Replies View Related

Ubuntu :: How To Check Which Version Installed On My Computer

Jun 1, 2010

This has probably been answered elsewhere, but I could not see it - how can I check which version of Ubunbtu I have installed and whether it is 32 or 64 bit?

View 9 Replies View Related

Ubuntu :: Check Version Of 11.04 Installed In My Desktop 32 - 64?

Jun 19, 2011

How can I check the version of Ubuntu 11.04 installed in my desktop: 32 or 64 bit ?

View 6 Replies View Related

General :: Check Which Version Of Bash I'm Running ?

Aug 16, 2010

How can I check which version of bash I'm running

View 2 Replies View Related

General :: How To Check Samba Version In RHEL5

Apr 17, 2011

How can I check my samba version in red hat 5.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved