After you choose to open your project source repository, it's a best practice to have a permanent link for each source file.
Most of the source code control system has this feature. Eg. I always refer latest Linux kernel source file as: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/CodingStyle. And Xen source file as: http://xenbits.xen.org/xen-unstable.hg?file/tip/README
I just created a patch for Mercurial: gitweb: add a latest link to the gitweb style. This patch will create a link to latest changeset (tip) of each file. This enables user to find a permalink for your latest source code.
Permalink of your latest project source code
After you choose to open your project source repository, it's a best practice to have a permanent link for each source file.
Most of the source code control system has this feature. Eg. I always refer latest Linux kernel source file as: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/CodingStyle. And Xen source file as: http://xenbits.xen.org/xen-unstable.hg?file/tip/README
I just created a patch for Mercurial: gitweb: add a latest link to the gitweb style. This patch will create a link to latest changeset (tip) of each file. This enables user to find a permalink for your latest source code.
Categories
Feeds
Tags
Copyright © 2012 Zhigang Wang. Some right reserved.
The views expressed on this web site are my own and do not necessarily reflect the views of Oracle.