Results 1 to 2 of 2
I used this command:
cp -R dir1/ dir2/ but it never copies the modified files in dir1 to dir2?
dir1 and dir2 have same svn repository root and URL.
The ...
- 07-01-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 1
How to copy modified files in one checkout directory to another checkout directory
I used this command:
cp -R dir1/ dir2/ but it never copies the modified files in dir1 to dir2?
dir1 and dir2 have same svn repository root and URL.
The need is to back up the working copy changes and modify it.
Any inputs?
- 07-02-2010 #2
Hello vsrikrsna!

How's your problem?
Anyway, I'm not sure if this can help but I would be checking my syntax and paths of source and destination if my cp is failing to copy.
Hope you find what your looking for, lot's of luck!
EDIT: And example of what I did in my root directory lately was
# cp /etc/fstab /etc/fstab.backup
It copied my fstab to the fstab.backup. I restored the backup later to the original fstab file by:
# mv /etc/fstab.backup /etc/fstabLast edited by nujinini; 07-02-2010 at 04:29 PM.


Reply With Quote
