Portdowngrade – Downgrade to Previous Version of FreeBSD's Ports Portdowngrade - strmina s prejšnjo različico je FreeBSD Ports

After you upgrade or update the FreeBSD's ports, you may found out that there is some buys with the lastest version of a package. Po nadgradnji ali posodobitvi pristanišč FreeBSD je, boste lahko ugotovili, da obstaja nekaj kupi z najnovejšo različico paketa. For example, after I ran CVSup on all ports collection on my FreeBSD server, it updated my subversion to svn version 1.3.0-rc2. Na primer, ko sem tekel cvsup na vsa pristanišča zbiranju na mojem strežniku FreeBSD, posodobljene moja prevrata na svn različico 1.3.0-rc2. The problem is, when I tried to restart Apache server, there is error that saying mod_dav_svn.so is missing. Problem se, ko sem poskušal ponovno zagnati Apache strežnik, je napaka, da je rek mod_dav_svn.so manjka.

Tried to re-compile the SVN server is of no help, as it simply won't want to compile mod_dav_svn.so source, due to a bug in the Makefile which simply won't recognize WITH_MOD_DAV_SVN=yes setting. Preizkušen, da ponovno zbere strežnik SVN, ni pomagala, saj preprosto ne bodo želeli zbrati mod_dav_svn.so vira, zaradi napake v Makefile, ki preprosto ne bo priznala WITH_MOD_DAV_SVN = yes nastavitev. So to go back to the original (or previous) version of subversion (or any other package or ports), use portdowngrade. Torej, da se vrnete v prvotno (ali prejšnje) različico spodkopavanju (ali kateri koli drugi paket ali vrata), uporaba portdowngrade.

Without portdowngrade, a lot of works need to be done: Investigates the port changes in the cvs repository through FreeBSD's the web interface, the insepcts all commit comments to find out which file versions are a older working release, and after downloads and copies these file to the correct location in the ports tree, then only the port can be downgraded by the usual FreeBSD port mechanism. Brez portdowngrade, veliko dela, je treba storiti: raziskuje pristanišče sprememb v skladišču cvs FreeBSD je prek spletnega vmesnika, insepcts vse pripombe zavežejo, da ugotovite, katere datoteke so starejše različice za javnost dela, ter po prenosi ter kopije teh datotek na pravo mesto v pristaniščih drevo, potem lahko samo pristanišče znižala z običajno pristanišče FreeBSD mehanizem.

portdowngrade helps to downgrade FreeBSD ports by analyzing the history of commits to the port and presenting the user the list of changes. portdowngrade pomaga strmina FreeBSD pristanišča, ki jih analizira zgodovino zavezuje k pristanišče in predstavitev uporabnika seznam sprememb. By selecting one, the port can be set back to a previous version easily. Z izbiro enega, se lahko določi pristanišča nazaj na prejšnjo različico preprosto. In other words, portdowngrade automatizes all these steps, from inspecting the cvs repository to showing all commit comments up to checking out a specific release and copying it into the ports tree. Z drugimi besedami, portdowngrade automatizes vse te korake, od pregledovanje CVS Repository zavežejo, da kaže vse pripombe do preverjanja iz posebnega za javnost in jo kopirate v pristaniščih drevo. With just a few key presses a lot of work is saved. Z le nekaj ključnih stiskalnice veliko dela se shrani.

Install Portdowngrade Namesti Portdowngrade

To install sysutils/portdowngrade, use the following commands: Če želite namestiti sysutils / portdowngrade, uporabite naslednje ukaze:

cd /usr/ports/sysutils/portdowngrade cd / usr / pristanišč / sysutils / portdowngrade
make install clean make install čist

If you want to define DEFAULT_CVS_SERVER, use the following command (it's recommended to define the server): Če želite določiti DEFAULT_CVS_SERVER, uporabite naslednji ukaz (to je priporočilo, naj opredelijo strežnik):

make DEFAULT_CVS_SERVER=\”: server_string :/home/ncvs\” install da DEFAULT_CVS_SERVER = \ ": server_string: / home / ncvs \" install

Replace server_string with pserver:anoncvs@anoncvs.at.FreeBSD.org, one of the FreeBSD anoncvs server. Zamenjaj server_string z pserver: anoncvs@anoncvs.at.FreeBSD.org, ena od strežnika anoncvs FreeBSD.

You may use any other available anoncvs servers which listed at Uporabite lahko katera koli druga razpoložljiva anoncvs strežnikov, ki so navedene na Anonymous CVS Anonymous CVS . .

Using portdowngrade Uporaba portdowngrade

To run portdowngrade, issue the following command: Če želite zagnati portdowngrade, izda naslednji ukaz:

usr/local/sbin/portdowngrade portname (portname my be prefixed by category/ and postfixed by $) usr / local / sbin / portdowngrade portname (portname moje se predpono po kategorijah in / postfixed z $)

or simply (if it's within the path): ali pa enostavno (če je znotraj pot):

portdowngrade portname (portname my be prefixed by category/ and postfixed by $) portdowngrade portname (portname moje se predpono po kategorijah in / postfixed z $)

If you didn't specify which CVS server to use when installation, you may specify it via command line by using “- s cvs-server or –server cvs-server option. Če niste določili CVS strežnik, ki se uporabljajo pri namestitvi, lahko določite, da prek command line z uporabo "- s cvs-cvs-strežnik ali strežnik-strežnik možnost. For example, -s:pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs Na primer,-s: pserver: anoncvs@anoncvs.FreeBSD.org: / home / ncvs

Other options available include -l or –logfile filename to specify logfile which collects debug information, -t or –maxTime time to specify maximum time difference (in seconds) to treat cvs commits with the same comment as belonging together (default: 10 seconds), -o or –login to execute a “cvs login” before all other cvs commands (if ~/.cvspass file that stores the password exists, this option is no longer required). Druge možnosti vključujejo-l ali-logfile filename določiti logfile, ki zbira informacije debug,-t ali-maxTime čas za določitev največje časovne razlike (v sekundah), za zdravljenje z cvs zavezuje Enako kot pripadnosti (privzeto: 10 sekund) ,-ali-o prijavo za izvajanje "login cvs" pred vsemi drugimi ukazi cvs (če je to ~ /. cvspass datoteka, ki shranjuje gesla obstaja, ta možnost ni več potrebna).

Then (of after login if applicable), portdowngrade will performs 6 steps (only after 6 steps will there be changes to the system): Nato (za naknadno prijavo, če je primerno), se bo portdowngrade opravlja 6 koraki (šele, ko bo 6 korakih zato naj se spremeni sistem):

Step 1: Checking out port from CVS repository 1. korak: Preverjanje iz pristanišča iz skladišča CVS

Step 2: Reading the port history from the CVS repository 2. korak: Branje pristanišče zgodovine iz skladišča CVS

Step 3: Analyzing the port history from the CVS repository 3. korak: Analiziranje pristanišče zgodovine iz skladišča CVS

Step 4: Load port version numbers and present results (If more than 1 pages, use space to go to next page, p for previous page, d for details, and enter to leave the port history display. After that, select the version you wish to downgrade to or 0 change nothing). 4. korak: Vstavite številke pristanišča prevod in predstavitev rezultatov (Če je več kot 1 strani, uporaba prostora da se premaknete na naslednjo stran, p za prejšnjo stran, d za podrobnosti, in Enter, da zapusti pristanišče prikaz zgodovine. Po tem, izberite različico, ki jo želijo strmina 0 ali spremeni nič).

Step 5: Checking out choosen date of the port from the CVS repository 5. korak: Preverjanje izvajajo izbrani datum pristanišča iz skladišča CVS

Step 6: Modifying the port (Type yes to downgrade the port, or no to abort). 6. korak: Spreminjanje vrata (Type da se strmina pristanišče, ali ni za prekinitev).

Note: portdowngrade only changes the port, not the installed software! Opomba: portdowngrade samo spremembe pristanišča, ki niso nameščene programske opreme!

After 6 steps, the selected port has been set to the selected older version. Po 6 koraki, je bila izbrana vrata nastavljena na izbrano starejši prevod. Continue by install the port. Še naprej ga namestite pristanišča. If you have portupgrade installed, use the following command to see the changes in the ports database: Če so nameščeni portupgrade vas, uporabite naslednji ukaz za prikaz sprememb v pristaniščih zbirke:

portsdb -Uu portsdb-Uu

To 'downgrade' the installed port, issue command: Za "strmina" nameščena vrata, izda ukaz:

portupgrade -f portname portupgrade-f portname

Note: If you run cvsup, the port will be changed back to the latest version! Opomba: Če zaženete cvsup, bo vrata spremeniti nazaj na najnovejšo različico!

IMPORTANT : The page is machine translated and provided "as is" without warranty. POMEMBNO: stran je stroj prevod in če "kot je" brez garancije. Machine translation may be difficult to understand. Strojno prevajanje je lahko težko razumeti. Please refer to Prosimo, da original English article original angleški člen whenever possible. kadar je to mogoče.


Leave a Reply Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Lahko uporabite te oznake: <a href="" <abbr title=""> <acronym <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Naročite se na komentarje funkcija je bila onemogočena. To receive notification of latest comments posted, subscribe to Če želite prejemati obvestila o najnovejših pripombe napoten, se naročite na My Digital Life Comments RSS feed Moje digitalno življenje razložiti RSS feed or ali register to receive Registrirajte se za prejemanje new comments in daily email digest. novi komentarji v dnevni email prebavljajo.
Custom Search

New Articles Novi členi

Incoming Search Terms for the Article Prihajajoč preiskava pogoj zakaj člen

portdowngrade portdowngrade - -- portdowngrade freebsd portdowngrade vdovščina po smrti svobodnika - -- freebsd downgrade port vdovščina po smrti svobodnika strmina pristanišče - -- portupgrade downgrade portupgrade strmina - -- freebsd downgrade vdovščina po smrti svobodnika strmina - -- downgrading FreeBSD port degradacijo FreeBSD pristanišče - -- freebsd portdowngrade vdovščina po smrti svobodnika portdowngrade - -- downgrade port freebsd strmina pristanišče vdovščina po smrti svobodnika - -- freebsd bitsnoop vdovščina po smrti svobodnika bitsnoop - -- port downgrade pristanišče strmina - -- downgrade port strmina pristanišče - -- freebsd downgrade package vdovščina po smrti svobodnika paket strmina - -- ports downgrade pristanišča strmina - -- portdowngrade server portdowngrade server - -- downgrade ports strmina pristanišč - -- freebsd ports roll back FreeBSD pristanišča roll back - -- freebsd reverting back to previous version port FreeBSD se vračajo nazaj na prejšnjo verzijo pristanišča - -- freebsd ports downgrade a package FreeBSD pristanišča strmina paket - -- freebsd ports specify version FreeBSD pristanišča opredeliti version - -- freebsd port downgrade FreeBSD pristanišče strmina - -- freebsd install ports previous version install vdovščina po smrti svobodnika napeljati pristanišča prejšnje različice namestiti - -- freebsd ports revert vdovščina po smrti svobodnika pristanišča vrnejo - -- freebsd port revert FreeBSD pristanišče vrnejo - -- freebsd + downgrade logiciel FreeBSD + strmina logiciel - -- freebsd ports old version FreeBSD pristanišča stara različica - -- freebsd how to get older port version FreeBSD kako priti starejši pristanišča version - -- installing older port freebsd napeljati starejši pristanišče FreeBSD - -- how to downgrade IE version using meta tag in web page kako v strmina IE različico z uporabo meta oznak na spletni strani - --