[pgrouting-dev] First version of bi-directional dijkstra

Stephen Woodbridge woodbri at swoodbridge.com
Sat Jun 9 19:18:22 PDT 2012


Hi Razequl,

I will look at it tomorrow night late if I have a chance. Jay if you can 
make some time to review and comment that would be great also.

I only have limited access at the moment and my favor gitref.org site 
was broken last I checked. So off the top of my head I think the 
commands are something like:

git add <list of files>
git commit
git push origin master

I think you can also do something like
git -A commit
which will commit all changed files, but you still probably new the git 
add for any new files you want to add to your directory.

So read the docs and see if the above works.

Thanks and congratulations for getting this far.

-Steve

On 6/9/2012 3:46 AM, Razequl Islam wrote:
> Hi Steve,
>
> 1.I implemented the first version bi directional shortest path using
> dijkstra and attached the source code in this mail. Please have a look
> and let me know your feedback.
>
> 2. i tried to merge my source code to
> https://github.com/zibon/pgrouting. but failed.
>
> I have checked out the fork the local folder and created my source
> directory bdsp under the extra folder. Then
> i tried the following command:
>
> git push origin master
>
> After a few time it said that 'Everything up-to-date', but found no bdsp
> folder in https://github.com/zibon/pgrouting/tree/master/extra.
>
> 3.I just copied my source code folder to my local repo directory. Is it
> necessary to commit every single file of my folder. If so then what is
> the procedure?
>
> regards
> razequl
>
>
>
> _______________________________________________
> pgrouting-dev mailing list
> pgrouting-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/pgrouting-dev



More information about the pgrouting-dev mailing list