[haiku-development] Re: How do you list the svn revisions of files?
- From: Maxime Simon <simon.maxime@xxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Wed, 15 Jul 2009 19:35:28 +0200
> > Is there a way to quickly list only the revision of a file in SVN? Best in > a list for all files in a directory. > Using `svn info file' you'll get informations for a given file. In the output you could find the commit revision of it. It may be easier if using the `--xml' option, then you can parse the output and find the commit revision of the file. If you add the `--depth=files' option you will get the informations for all the files in the folder. (it also works with a single file.) I don't know how to get only the revision of a file, but you can play with libxml2 then. :) Regards, -- Maxime
- Follow-Ups:
- References:
Other related posts:
- » [haiku-development] How do you list the svn revisions of files? - Humdinger
- » [haiku-development] Re: How do you list the svn revisions of files? - Maxime Simon
- » [haiku-development] Re: How do you list the svn revisions of files? - scott mc
- » [haiku-development] Re: How do you list the svn revisions of files? - Rene Gollent
- » [haiku-development] Re: How do you list the svn revisions of files? - Truls Becken
- » [haiku-development] Re: How do you list the svn revisions of files? - Rene Gollent
- » [haiku-development] Re: How do you list the svn revisions of files? - PulkoMandy
- » [haiku-development] Re: How do you list the svn revisions of files? - Rene Gollent
- » [haiku-development] Re: How do you list the svn revisions of files? - Rene Gollent
- » [haiku-development] Re: How do you list the svn revisions of files? - Humdinger
- » [haiku-development] Re: How do you list the svn revisions of files? - Humdinger
- » [haiku-development] Re: How do you list the svn revisions of files? - Humdinger
- » [haiku-development] Re: How do you list the svn revisions of files? - Humdinger
- » [haiku-development] Re: How do you list the svn revisions of files? - Maxime Simon
- » [haiku-development] Re: How do you list the svn revisions of files? - Truls Becken
- » [haiku-development] Re: How do you list the svn revisions of files? - Truls Becken
- » [haiku-development] Re: How do you list the svn revisions of files? - Axel Dörfler
- » [haiku-development] Re: How do you list the svn revisions of files? - Axel Dörfler
- » [haiku-development] Re: How do you list the svn revisions of files? - Humdinger