Code: Select all
\dev
\project1
project1.csproj
[+] file1.cs
[+] file2.cs
...
\project2
project2.csproj
[+] file1.cs
[+] file2.cs
...
\shared files
file1.cs
file2.cs
Is there a way to have Vault not create its own structure and mirror the file structure that I've already established?
I've tried adding the files manually via the Vault client and then bind in Visual Studio, but it doesn't bind correctly.
I'm afraid that if I were to set up another client (or pave my machine and start over), I'd get a directory structure that differs substantially from what I have and none of my scripts will work.
Thanks for your consideration!