Hi!
The Rebuild Junctions for Selected... option generates the junctions in ProjectName_ProjectUUID folder as opposed to simply ProjectName. I assume the intended behaviour is to overwrite the ProjectName directory.
Taking a wild stab in the dark here but the arguments for CreateJunctions in RebuildJunctions
|
var result = GitGenerator.CreateJunctions(modProject.ProjectFolder, sourceFolders, Data, true); |
are different from what I think is the generator
|
var result = GitGenerator.CreateJunctions(modProject.ProjectName, sourceFolders, Data, true, generationSettings.ReadOnly); |
Looking at changelog: 1.7.4.4 it seems both should point at modProject.ProjectName
Thanks in advance!
Hi!
The
Rebuild Junctions for Selected...option generates the junctions inProjectName_ProjectUUIDfolder as opposed to simplyProjectName. I assume the intended behaviour is to overwrite theProjectNamedirectory.Taking a wild stab in the dark here but the arguments for
CreateJunctionsinRebuildJunctionsSourceControlGenerator/SCG.Modules/DOS2DE/Core/DOS2DEProjectController.cs
Line 1280 in 4b5d82b
are different from what I think is the generator
SourceControlGenerator/SCG.Modules/DOS2DE/Core/DOS2DEProjectController.cs
Line 219 in 4b5d82b
Looking at changelog: 1.7.4.4 it seems both should point at
modProject.ProjectNameThanks in advance!