Search Results

0
votes

what is the best way to backup subversion repositories?

as others have said, hot-backup.py from the Subversion team has some nice features over just plain svnadmin hotcopy I run a scheduled task on a python script that spiders for a …
0
votes

How do you back up your development machine?

My development machine is backed up using Retrospect and Acronis. These are nightly backups that run when I'm asleep - one to an external drive and one to a network drive. All my source cod …
1
vote

Should I keep a copy in memory of the information being displayed?

whether you will run into memory troubles on client depends on how much data you will be holding at a time. Consider limiting the information returned to a certain number of records and paging thro …