

#Smartsvn checkout local repository windows 10
P圜harm supports Git from the Windows Subsystem for Linux 2 (WSL2), which is available in Windows 10 version 2004. #SMARTSVN CHECKOUT LOCAL REPOSITORY WINDOWS 10# If Git is not installed on Windows, P圜harm searches for Git in WSL and uses it from there. Also, P圜harm automatically switches to Git from WSL for projects that are opened when you use the \\wsl$ path. Check out a project from a remote host (clone) If you need to manually configure P圜harm to use Git from WSL, go to the Version Control | Git page of the IDE settings Ctrl+Alt+S, click the Browse icon in the Path to Git executable field and select Git from WSL via the \wsl$ path, for example, \\wsl$\debian\usr\bin\git. P圜harm allows you to check out (in Git terms clone) an existing repository and create a new project based on the data you've downloaded.įrom the main menu, select Git | Clone, or, if no project is currently opened, click Get from VCS on the Welcome screen. In the Get from Version Control dialog, specify the URL of the remote repository you want to clone, or select one of the VCS hosting services on the left. If you are already logged in to the selected hosting service, completion will suggest the list of available repositories that you can clone.Ĭlick Clone.

If you want to create a project based on the sources you have cloned, click Yes in the confirmation dialog. Git root mapping will be automatically set to the project root directory. Put an existing project under Git version control If your project contains submodules, they will also be cloned and automatically registered as project roots. You can create a local Git repository based on an existing project sources. #SMARTSVN CHECKOUT LOCAL REPOSITORY WINDOWS 10#.#SMARTSVN CHECKOUT LOCAL REPOSITORY UPDATE#.
