Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wie Inhalte von Verzeichnissen vergleichen?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
3PO
Veteran
Veteran


Joined: 26 Nov 2006
Posts: 1110
Location: Schwabenländle

PostPosted: Mon Aug 03, 2009 7:26 am    Post subject: Wie Inhalte von Verzeichnissen vergleichen? Reply with quote

Hallo Zusammen,

ich habe 2 Verzeichnisse, /home/data und /home data.orig, wobei /home data.orig eine Kopie von /home data ist.

Soweit, so gut. :)

Ich habe nun in /home data einige Dateien verändert und möchte einen Patch ( ->*.diff) erstellen.
Für einzelen Dateien geht das ja z.B. mit:

diff -u /home/data.orig/foo.txt /home data/foo.txt > foo.diff

So, nun die Frage:

Gibt es eine Möglichkeit irgendwie automatisch ein diff-file für das ganze Verzeichnis erstellen zu lassen?
Back to top
View user's profile Send private message
69719
l33t
l33t


Joined: 20 Sep 2004
Posts: 865

PostPosted: Mon Aug 03, 2009 8:15 am    Post subject: Reply with quote

Code:

diff -Naur /old/dir /new/dir
Back to top
View user's profile Send private message
3PO
Veteran
Veteran


Joined: 26 Nov 2006
Posts: 1110
Location: Schwabenländle

PostPosted: Mon Aug 03, 2009 8:21 am    Post subject: Reply with quote

Thx @ escor,

ich hahe mittlerwele die Lösung selbst gefunden.

So gehts:

diff -u /home/data.orig /home data > foo.diff

Ich hatte es vorher so versucht:

diff -u /home/data.orig/* /home data/* > foo.diff

und das ging natürlich nicht.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum