2011年2月10日 星期四

How to copy svn working dir without svn hidden dirs and files

rysnc is a very powerful alternative to cp. It provides basic things like you want here, progress meters, copying to remote sites, a diff algorithm to efficiently maintain mirrors, compression, etc.

I think you want something like this:


Code:
rsync -r --exclude=.svn /home/user/progname/ /home/user/progname.copy

沒有留言:

張貼留言

How to repair and clone disk with ddrescue

  ddrescue  is a tool that can be used to repair and clone disks on a  Linux system . This includes hard drives, partitions, DVD discs, flas...