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.
Related Articles Povezani članki
- Update FreeBSD Ports Collection to Latest Version with Security Update with Portmanager and Portaudit Update FreeBSD Ports Collection, da postaja latenten prevod s varnost modernizirati s Portmanager in Portaudit
- Update FreeBSD Ports Collection Up to Date and Latest Update FreeBSD Ports Collection Up to Date and Latest
- Using Portsnap to Update FreeBSD Ports Tree Collection Uporaba Portsnap na Update FreeBSD Ports Tree Collection
- How to Downgrade iPhone Firmware 1.1.1 to Old Crackable and Hackable 1.0.2 Version Kako v strmina iPhone Firmware 1.1.1 do Old Crackable in Hackable 1.0.2 Version
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 3 Napeljati ujeti pomočnik v vdovščina po smrti svobodnika 6.0 s Apache 2.2, MySQL 5.0 ter PHP 5 - 3. del
- Download Previous or Old Version of WordPress Download Prej ali starejšo verzijo WordPress
- Searching for Application in FreeBSD's Ports Collection Iskanje Uporaba v pristaniščih FreeBSD's Collection
- Easy Way to Upgrade FreeBSD's Ports Pristanišča preprost način za nadgradnjo na FreeBSD
- Fix Failed Windows 7 Ugrade from Vista with Previous Version Restored and Endless Reboot Error Pritrditi Failed Windows 7 Ugrade od razgled s prejšnje različice Obnovljeni in Endless Reboot Napaka
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 4 Napeljati ujeti pomočnik v vdovščina po smrti svobodnika 6.0 s Apache 2.2, MySQL 5.0 ter PHP 5 - 4. del









































