You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by TOmaROck - The Advanced Rocket <to...@gmail.com> on 2006/05/03 15:09:35 UTC

Update Repository

Hi,

The subversion has not be installed in my server and I've made some
modifications in my files(locally). Now the subversion was reinstalled and
the dump was restored with the last revision before I remove subversion from
server.

How can I apply the changes into my new subversion?


============================
Sorry the bad english :(
Portuguese version:

Eu tive que desintalar o subversion do servidor e enquanto ele estava
desinstalado fiz alguma modificações nos arquivos(localmente). Agora
reinstalei o subversion no servidor e restaurei o arquivo de dump esta com a
ultima revisão que fiz antes de remover o subversion.

Como eu faço para aplicar as modificações que fiz enquanto o subversion
estava desinstalado?

Re: Update Repository

Posted by Lorenz <lo...@yahoo.com>.
Hi, 

Ryan Schmidt wrote:
>
>On May 3, 2006, at 17:09, TOmaROck - The Advanced Rocket wrote:
>
>> The subversion has not be installed in my server and I've made some  
>> modifications in my files(locally). Now the subversion was  
>> reinstalled and the dump was restored with the last revision before  
>> I remove subversion from server.
>>
>> How can I apply the changes into my new subversion?
>
>Did you make the changes in a working copy? If so, just commit the  
>working copy.

You might need to "svn switch --relocate" if you server name or the
repository root has change in th reinstallation process.

> [...]

Lorenz


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Update Repository

Posted by Ryan Schmidt <su...@ryandesign.com>.
On May 3, 2006, at 17:09, TOmaROck - The Advanced Rocket wrote:

> The subversion has not be installed in my server and I've made some  
> modifications in my files(locally). Now the subversion was  
> reinstalled and the dump was restored with the last revision before  
> I remove subversion from server.
>
> How can I apply the changes into my new subversion?

Did you make the changes in a working copy? If so, just commit the  
working copy.

If you instead made the changes to some kind of non-working-copy  
local directory, then you'll need to check out a working copy from  
the new repository. Then manually copy all files from your edited  
version over the ones in the working copy. Use "svn status" to see if  
there are any new files that you need to "svn add." By hand, or using  
a diff tool of some sort, discover if there are any files from the  
working copy that you need to "svn rm". Test the changes, and commit.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org