How to update files in VS?

Sysprogs forums Forums VisualGDB How to update files in VS?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7226
    jiakai1000
    Participant

    I create a source file in Linux after I create the VS solution, how to synchronize the file in VS so I can open it?

    #7230
    support
    Keymaster

    Hi,

    There is currently no standard way of doing this, so we would recommend one of the following:

    • Use a source control system like Git or SVN to merge the changes from Linux and Windows
    • Use SmarTTY to download the entire source folder or individual files from your Linux machine
    • Add a custom shortcut via VisualGDB Project properties to download the source folder and then use the VisualGDB toolbar to invoke it quickly (requires Custom or Ultimate edition)
    #7234
    jiakai1000
    Participant

    but when I changed the file in Windows and want to build the project, it cannot transfer to Linux automatic

    #7237
    support
    Keymaster

    Hi,

    If the file is on Windows machine in a directory specified as the source directory via VisualGDB Project Properties, VisualGDB will transfer it automatically.

    If not, please double-check the name and location of the file and your current file transfer settings.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.