"Synchronize Dirs" can't sync empty sub-folders?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
chookrib
Junior Member
Junior Member
Posts: 3
Joined: 2003-09-02, 23:55 UTC

"Synchronize Dirs" can't sync empty sub-folders?

Post by *chookrib »

I offen use TC's "Synchronize directories" function, but i find this function can't synchronize empty sub-folders, how to resolve this?

Thanks!
chookrib
Junior Member
Junior Member
Posts: 3
Joined: 2003-09-02, 23:55 UTC

Post by *chookrib »

up,please help me!
thanks
User avatar
Hacker
Moderator
Moderator
Posts: 13073
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Well, it seems it doesn't. You will probably have to use something like

Code: Select all

xcopy /e c:\path1\*.* d:\path2\
or

Code: Select all

xcopy /e /t c:\path1\*.* d:\path2\
.

See xcopy /? for more.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
chookrib
Junior Member
Junior Member
Posts: 3
Joined: 2003-09-02, 23:55 UTC

Post by *chookrib »

I hope that the author can join this function in next version.

Thanks!
User avatar
Hacker
Moderator
Moderator
Posts: 13073
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

In the German forum there is a similar thread ( http://www.ghisler.ch/board/viewtopic.php?t=1633 ) where Christian recommends to create a 0 byte file in each dir.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
sas2000
Power Member
Power Member
Posts: 682
Joined: 2003-02-07, 04:32 UTC
Location: Galiza

Post by *sas2000 »

 
I think that create 0 byte files it's not the best solution, Foldermatch v3.3.8 can do it Ok.
I hope that Christian may fix it on TC.
 
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

Humour (a pinch...)

Post by *Clo »

Hacker wrote:In the German forum there is a similar thread ( http://www.ghisler.ch/board/viewtopic.php?t=1633 ) where Christian recommends to create a 0 byte file in each dir.

HTH
Roman
:D Hi Roman!
<HUMOUR>
If I understood well, you put a piece of Swiss-cheese into each empty sub-dir, but only the holes?
</HUMOUR> :lol:
:| Seriously: I never use that function, I think it's risky with my own using of TC... Moreover, I think that its name isn't quite appropriate (Match Dirs should be better, in my modest opinion...)
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
User avatar
Hacker
Moderator
Moderator
Posts: 13073
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

If I understood well, you put a piece of Swiss-cheese into each empty sub-dir, but only the holes?
Yes, exactly. It takes some time to extract them, but as they take up no clusters, you're not wasting table-space. :)

I never use that function, I think it's risky with my own using of TC...
Reminds me of a sentence in Bowling For Columbine... have you seen it? (It probably wouldn't be worth explaining if you didn't...)

Roman
Post Reply