CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

Using Git

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 13, 2009, 06:10
Default Hi, I've used the git facil
  #1
New Member
 
cfdphil
Join Date: Mar 2009
Posts: 8
Rep Power: 17
cfdphil is on a distinguished road
Hi,

I've used the git facility and cloned a version of OpenFoam-1.5.x on my machine. If I try and use the command below to update the download then I get the error below. Any ideas why that is?

Command:
git pull git://repo.or.cz/OpenFOAM-1.5.x.git

Error:
fatal: Not a git repository (or any of the parent directories): .git

Thanks,
Phil
cfdphil is offline   Reply With Quote

Old   February 13, 2009, 10:03
Default You need to enter the Openfoam
  #2
lin
Senior Member
 
Hua Zen
Join Date: Mar 2009
Posts: 138
Rep Power: 17
lin is on a distinguished road
You need to enter the Openfoam directory and then run "git pull"
lin is offline   Reply With Quote

Old   February 13, 2009, 12:05
Default Ah yes, that works. Thanks.
  #3
New Member
 
cfdphil
Join Date: Mar 2009
Posts: 8
Rep Power: 17
cfdphil is on a distinguished road
Ah yes, that works. Thanks.

However, it then asks me which branch I want to merge with. What do I do for that?
cfdphil is offline   Reply With Quote

Old   February 13, 2009, 14:57
Default Please read my one line post a
  #4
lin
Senior Member
 
Hua Zen
Join Date: Mar 2009
Posts: 138
Rep Power: 17
lin is on a distinguished road
Please read my one line post again.
lin is offline   Reply With Quote

Old   February 16, 2009, 10:20
Default Got it. Thanks.
  #5
New Member
 
cfdphil
Join Date: Mar 2009
Posts: 8
Rep Power: 17
cfdphil is on a distinguished road
Got it. Thanks.
cfdphil is offline   Reply With Quote

Old   February 25, 2009, 12:12
Default I am a bit confused.I would li
  #6
Senior Member
 
Rishi .
Join Date: Mar 2009
Posts: 149
Rep Power: 17
hellorishi is on a distinguished road
I am a bit confused.I would like to know the difference between the various verions of OF-1.5

I saw following :
- patch version (on sourceforge),
http://openfoam-extend.svn.sourceforge.net/viewvc/openfoam-extend/branches/OpenC FD_Release/OpenFOAM-1.5_patch/
- git,
- dev on Hrvoje's site
http://powerlab.fsb.hr/ped/kturbo/OpenFOAM/release/


Is the GIT and patch version the same? If one doesnt have GIT access, can one download the tar-balls of patch ?

Kindly shed some light.
thanks
hellorishi is offline   Reply With Quote

Old   February 26, 2009, 10:06
Default Hi Rishi! There is the Rele
  #7
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Hi Rishi!

There is the Released Version by OpenCFD. For that they they keep a git with all the latest bug-fixes.

Before 1.5 the bug-fixes were only on the message board and the patch-version was an effort to collect all these patches in one place. It is now obsolete (as installing patches now is possible from one place) and will be retired. (Or in other words: No. Git and Patch are not the same)

The powerlab-stuff is AFAIK the Git-stuff supplemented with Hrv's own development. The relationship to the Git-branch is AFAIK strictly downstream

AFAIK know there is a possibility to generate a tar-ball from a git-archive. Maybe somebody with enough time and bandwidth can write a script that automatically pulls such a tar-ball from the repository and puts it on some webserver.
Generating a patch from the Git that patches a vanilla 1.5-release version is in my opinion a bit more tricky because the initial state of the Git archive is a bit different from a vanilla release so a patch "latest revision"-"initial revision" wouldn't bring a vanilla release to exactly the same state as "latest revision". Plus there is the problem that the normal patch-utility doesn't react well to newly created files (the first application of the patch creates the file alright, the second application appends the contents for a second time). That was one of the problems I had with the patch-release (but maybe I was just using the patch-utility wrong)

Bernhard

PS: AFAIK is AFAIK the commonly accepted abbreviation for "As far as I know" ;)
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   February 26, 2009, 10:11
Default News update: Go to http://repo
  #8
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
News update: Go to http://repo.or.cz/w/OpenFOAM-1.5.x.git

You can get diffs and tarballs there

Bernhard
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   March 5, 2009, 05:29
Default Hello Bernhard, Thanks for
  #9
Senior Member
 
Rishi .
Join Date: Mar 2009
Posts: 149
Rep Power: 17
hellorishi is on a distinguished road
Hello Bernhard,

Thanks for your help and explaination.
I am not familiar with working of GIT, so some more doubts...

If I download the tarballs from this page (latest). Do I have all the patches from July 2008(website) version ? I have doubt since this tarball seems a bit small ~35MB and has mostly the /application/solver files.

http://repo.or.cz/w/OpenFOAM-1.5.x.git?a=commit;h=6b5b3ee454a8ae2795e3c47fd9e7c404300fe5ab

Thanks
Rishi
hellorishi is offline   Reply With Quote

Old   March 5, 2009, 07:44
Default Hi Rishi! I guess it is eve
  #10
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Hi Rishi!

I guess it is everything except the ThirdParty-stuff .... just the sources (so you'll have to compile it). So 35MB seems OK to me. Should be a fully patched version. But I haven't tried that webinterface to Git yet (and in the long run you'll be happier if you pull the git-version the way it is described on the OF-download-page)

Bernhard
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:18.