[lammps-users] is the public svn version out of date?

hi Axel / Steve,
  perhaps I am using svn wrong or missed something in the mail list when I searched but it looks to me that the svn version is substantially more than 24hrs out-of-sync:

lammps-svn$ svn update
At revision 5676.
lammps-svn$ cat src/version.h
#define LAMMPS_VERSION "9 Feb 2011"
lammps-svn$ date
Tue Feb 22 06:18:12 CET 2011

specifically I am not pulling the patch to fix_ave_histo.cpp that was committed around 11 Feb 2011.

thanks in advance,
Reese

hi reese,

hi Axel / Steve,
perhaps I am using svn wrong or missed something in the mail list when I searched but it looks to me that the svn version is substantially more than 24hrs out-of-sync:

it doesn't look like it to me.

[[email protected]... ~]$ grep lammpssync /var/log/secure
Feb 20 05:25:22 cms sshd[28155]: Accepted publickey for lammpssync
from 134.253.x.x port 59750 ssh2
Feb 20 05:25:25 cms sshd[28155]: pam_unix(sshd:session): session
opened for user lammpssync by (uid=0)
Feb 20 05:25:28 cms sshd[28155]: pam_unix(sshd:session): session
closed for user lammpssync
Feb 21 05:25:31 cms sshd[28332]: Accepted publickey for lammpssync
from 134.253.x.x port 60930 ssh2
Feb 21 05:25:31 cms sshd[28332]: pam_unix(sshd:session): session
opened for user lammpssync by (uid=0)
Feb 21 05:25:33 cms sshd[28332]: pam_unix(sshd:session): session
closed for user lammpssync
Feb 22 05:25:16 cms sshd[1244]: Accepted publickey for lammpssync from
134.253.x.x port 39963 ssh2
Feb 22 05:25:16 cms sshd[1244]: pam_unix(sshd:session): session opened
for user lammpssync by (uid=0)
Feb 22 05:25:25 cms sshd[1244]: pam_unix(sshd:session): session closed
for user lammpssync

lammps-svn$ svn update
At revision 5676.
lammps-svn$ cat src/version.h
#define LAMMPS_VERSION "9 Feb 2011"
lammps-svn$ date
Tue Feb 22 06:18:12 CET 2011

specifically I am not pulling the patch to fix_ave_histo.cpp that was committed around 11 Feb 2011.

the version tag date is not to be taken too literal. is this the patch
that you are looking for?
http://git.icms.temple.edu/git/?p=lammps-ro.git;a=commitdiff;h=a47559a1f8ba1fb1f0c175f71ce668c75e72a239

BTW: you can browse to all individual commits through the git version
of the repository at:
http://git.icms.temple.edu/git/?p=lammps-ro.git;a=summary
the time stamps shown are the time stamps of the actual commits.

now we only have to persuade steve to write commit messages. :wink:

cheers,
    axel.

That patch was yesterday - I have been backdating them to
leave room for some looming patches.

Steve