[Bug 44967] New: xcopy does not copy empty subdirectories if options / s and /e without space
https://bugs.winehq.org/show_bug.cgi?id=44967 Bug ID: 44967 Summary: xcopy does not copy empty subdirectories if options /s and /e without space Product: Wine Version: 3.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: cmd Assignee: wine-bugs(a)winehq.org Reporter: jonathanbelsewir(a)yahoo.de Distribution: --- xcopy does not copy empty subdirectories in folder test: The following command works ok: xcopy /s /e test\* testcopy\ Without space between /s and /e, xcopy does not coyp subdirectories: xcopy /s/e test\* testcopy\ Test-File: @echo off md test cd test md test1 md test2 echo foo > test.txt cd .. xcopy /s/e test\* testcopy\ dir testcopy :end -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44967 tokktokk <fdsfgs(a)krutt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs(a)krutt.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44967 Jason Edmeades <us(a)edmeades.me.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |us(a)edmeades.me.uk Ever confirmed|0 |1 Assignee|wine-bugs(a)winehq.org |us(a)edmeades.me.uk Status|UNCONFIRMED |NEW --- Comment #1 from Jason Edmeades <us(a)edmeades.me.uk> --- Patches sent: https://www.winehq.org/pipermail/wine-devel/2018-June/128723.html https://www.winehq.org/pipermail/wine-devel/2018-June/128724.html https://www.winehq.org/pipermail/wine-devel/2018-June/128725.html -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44967 Jason Edmeades <us(a)edmeades.me.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |7396f329207264d4e482907336c | |a25fc3c44d98d Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Jason Edmeades <us(a)edmeades.me.uk> --- Fix committed under 7396f329207264d4e482907336ca25fc3c44d98d -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44967 --- Comment #3 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- (In reply to Jason Edmeades from comment #2) Just a nitpick, but you added the SHA1 to the wrong field ('Regression' instead of 'Fixed by'). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44967 Matteo Bruni <matteo.mystral(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |7396f329207264d4e482907336c | |a25fc3c44d98d Regression SHA1|7396f329207264d4e482907336c | |a25fc3c44d98d | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44967 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.12. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44967 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44967 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |--- --- Comment #5 from Michael Stefaniuc <mstefani(a)winehq.org> --- Drop 3.0.x tag for bug fixes that won't make it into wine-3.0.x. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org