On Monday 08 Nov 2010, wrodrigues201 wrote:
> Hello,
>
> Our subversion (1.4.3-r23084 on windows 2003) was holding around 1.6 TB
> of data and one user has accidentally deleted a directory of 1 TB. I
> have done a svn export from the previous version and have the data. Do I
> have to add and again commit this data ? Will it use up 1 TB of disk
> space on the svn server ? Is there any way i can restore the data from
> the previous version without using up 1 TB of disk space ?
>
> Thanks in advance.
>
> wrodrigues


If I understand correctly, nothing has been deleted from the server it just 
isn't anymore in the working copy? If that is the case then assuming it 
wasn't too long ago or you do not mind redoing/merging the commits then you 
could take a copy of the trunk/branch prior to the delete and rename this 
back. The delete would still have occurred but on the branch that no longer 
matters and once you're happy that can be deleted too. This will only take up 
the space required for a few copies of the parent, nowhere near the 1TB of 
the content. Something like

svn copy https://svnserver/svn/project/tr...@12345 \
 https://svnserver/svn/project/trunkcopy

svn move https://svnserver/svn/project/trunk \
 https://svnserver/svn/project/trunkold

svn move https://svnserver/svn/project/trunkcopy \
 https://svnserver/svn/project/trunk



-- 

__________________________________________________________________________________
Sword Ciboodle is the trading name of ciboodle Limited (a company 
registered in Scotland with registered number SC143434 and whose 
registered office is at India of Inchinnan, Renfrewshire, UK, 
PA4 9LH) which is part of the Sword Group of companies.

This email (and any attachments) is intended for the named
recipient(s) and is private and confidential. If it is not for you, 
please inform us and then delete it. If you are not the intended 
recipient(s), the use, disclosure, copying or distribution of any 
information contained within this email is prohibited. Messages to 
and from us may be monitored. If the content is not about the 
business of the Sword Group then the message is neither from nor 
sanctioned by us.

Internet communications are not secure. You should scan this
message and any attachments for viruses. Under no circumstances
do we accept liability for any loss or damage which may result from
your receipt of this email or any attachment.
__________________________________________________________________________________

Reply via email to