[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How should I do to return it to the state before wc is changed?

From: paptimusx <paptimusx_at_gmail.com>
Date: Fri, 31 Oct 2008 16:35:41 +0900

Thank you for the answer.

I understand it is difficult according to OS. However, I hope to
become a safety side a
little more.

I have already arranged the hook of insensitive.pl.

After all, as follows was done:

 pushd TXXXX0
   attrib -H .SVN & ren .SVN XX.SVN
   xcopy /s ..................................\TXXXX0\.SVN .SVN\ /fdk
   del /s /q xx.svn
 popd ..
 pushd TXXXX1
   attrib -H .SVN & ren .SVN XX.SVN
   xcopy /s ..................................\TXXXX1\.SVN .SVN\ /fdk
   del /s /q xx.svn
 popd ..
            :

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-31 08:36:08 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.