Re: [Lazarus] Is there an svn command to find out the last commit affected a particular file?

2011-01-05 Thread Frank Church
On 2 January 2011 16:44, Henry Vermaak henry.verm...@gmail.com wrote:

 2011/1/2 Frank Church vfcli...@gmail.com:
 
  Is there an option to filter display just the latest one?

 svn log -l 1 file

 Henry


This does exactly what is needed.

Thanks


 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus




-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Is there an svn command to find out the last commit affected a particular file?

2011-01-02 Thread ik
svn log path to file/file

Ido
LINESIP - Opening the source for communication
http://www.linesip.com
http://www.linesip.co.il




2011/1/2 Frank Church vfcli...@gmail.com

 Is there an svn command to find out the last commit that affected a
 particular file?

 --
 Frank Church

 ===
 http://devblog.brahmancreations.com

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Is there an svn command to find out the last commit affected a particular file?

2011-01-02 Thread ik
On Bash shell:
 svn log path to file/file | tail


Ido


LINESIP - Opening the source for communication
http://www.linesip.com
http://www.linesip.co.il




2011/1/2 Frank Church vfcli...@gmail.com



 2011/1/2 ik ido...@gmail.com

 svn log path to file/file


 Ido
 LINESIP - Opening the source for communication
 http://www.linesip.com
 http://www.linesip.co.il




 Is there an option to filter display just the latest one?



 2011/1/2 Frank Church vfcli...@gmail.com

  Is there an svn command to find out the last commit that affected a
 particular file?

 --
 Frank Church

 ===
 http://devblog.brahmancreations.com

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus




 --
 Frank Church

 ===
 http://devblog.brahmancreations.com

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Is there an svn command to find out the last commit affected a particular file?

2011-01-02 Thread ik
Sorry it should be
svn log path to file/file | head

ido

On Sun, Jan 2, 2011 at 18:07, ik ido...@gmail.com wrote:

 On Bash shell:
  svn log path to file/file | tail


 Ido


 LINESIP - Opening the source for communication
 http://www.linesip.com
 http://www.linesip.co.il




 2011/1/2 Frank Church vfcli...@gmail.com



 2011/1/2 ik ido...@gmail.com

 svn log path to file/file


 Ido
 LINESIP - Opening the source for communication
 http://www.linesip.com
 http://www.linesip.co.il




 Is there an option to filter display just the latest one?



 2011/1/2 Frank Church vfcli...@gmail.com

  Is there an svn command to find out the last commit that affected a
 particular file?

 --
 Frank Church

 ===
 http://devblog.brahmancreations.com

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus




 --
 Frank Church

 ===
 http://devblog.brahmancreations.com

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus