Pesquisar

Este conteúdo não está disponível no idioma selecionado.

1.2.7. Updating a Working Copy

download PDF
To update a working copy and get the latest changes from a Subversion repository, change to the directory with the working copy and run the following command:
svn update

Example 1.13. Updating a working copy

Imagine that the directory with your working copy of a Subversion repository has the following contents:
project]$ ls
AUTHORS  doc  INSTALL  LICENSE  Makefile  README  src TODO
Also imagine that somebody recently added ChangeLog to the repository, removed the TODO file from it, changed the name of LICENSE to COPYING, and made some changes to Makefile. To update this working copy, type:
myproject]$ svn update
D    LICENSE
D    TODO
A    COPYING
A    Changelog
M    Makefile
Updated to revision 2.
Red Hat logoGithubRedditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja oBlog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

© 2024 Red Hat, Inc.