Upload of raw
repository adds local folder structure to the repo contents (Windows dirsep issue?)
#681
Labels
bug
Something isn't working
What happened:
Backed up a hosted raw repository called
raw-internal
on an old Nexus instance (running v3.40.0).Used directory prefix
data
, so files ended up underdata/raw-internal/
.Uploaded that backup to a new Nexus instance (running v3.75.1); no errors were reported.
However, the
data/raw-internal/
portion of the local backup file path is now included in the repo contents (see screenshot below).(Note that the repo has backslashes in the item name instead of representing these as tree nodes, so I am guessing this is just a case of N3DR not handling windows directory separators correctly in this case.)
What you expected to happen:
The new
raw-internal
repository contents match the old contents.How to reproduce it (as minimally and precisely as possible):
I would expect it to be reproducible with any raw repository that includes a directory structure.
Anything else we need to know?:
Screenshot on old Nexus before backup:
Screenshot on new Nexus after upload:
Environment:
n3dr -v
): 7.6.0 (note: this should say to usen3dr --version
;-v
sets the API version)cat /etc/os-release
): Windows 11uname -a
): build 22621.4460The text was updated successfully, but these errors were encountered: