Currently it requires a local folder to be manually mapped to a server
folder. In future, it will be done automatically.
Here is an excerpt from README:
------------------------------------
Once you have a local folder mapped to a server folder, you can use `clone`:
$ git tf clone -e your...@tfsServer.com --all
This will import the entire change history from TFS to Git.
Be patient. TFS works way slower than Git.
To import only a certain part of the history use `--version` option:
$ git tf clone -e your...@tfsServer.com --version=42121
This will fetch change history since changeset 42121.
------------------------------------
-Nodir
I'm recommend git-tf to some of my coworkers so maybe in this days
there could be more git-tf users :)
Obviously the big step is the setup so this feature go in the right direction.
Good job.
Sounds great!
> Obviously the big step is the setup so this feature go in the right direction.
The next step is to map a local folder automatically.
Most probably I will generate a TFS workspace automatically.
-Nodir
Actually, specifying profile is not always necessary. For example, I
didn't change tf.cmd and "profile" is determined automatically from
the folder.
folder -> workspace -> collection url -> profile
-Nodir