On Nov 8, 2010, at 09:20, wrodrigues201 wrote:

> 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 ?

You may want to review the sections of the book dealing with "Undoing Changes" 
and "Resurrecting Deleted Items", starting here:

http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.undo

If done correctly, this should not end up taking a lot of space in the 
repository.

You may also want to upgrade to the current version of Subversion, 1.6.13; 
Subversion 1.4.x and earlier aren't supported anymore.

Reply via email to