<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-926886608593755419.post4076804993664005075..comments</id><updated>2010-06-24T11:15:18.875-07:00</updated><category term='hmac'/><category term='memcached'/><category term='dev'/><category term='sha'/><category term='tools'/><category term='python'/><category term='crypto'/><category term='politics'/><title type='text'>Comments on ionous: perforce add with wildcards</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dev.ionous.net/feeds/4076804993664005075/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/926886608593755419/4076804993664005075/comments/default'/><link rel='alternate' type='text/html' href='http://dev.ionous.net/2009/02/perforce-add-with-wildcards.html'/><author><name>ionous</name><uri>http://www.blogger.com/profile/17820105163148774672</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_Hakv80Zu6-k/SbKtW8LGXcI/AAAAAAAAAAM/zBYvr1R3-H8/S220/pic.PNG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-926886608593755419.post-7036306158092738685</id><published>2010-06-24T11:15:18.865-07:00</published><updated>2010-06-24T11:15:18.865-07:00</updated><title type='text'>awesome, dave; thanks!</title><summary type='text'>awesome, dave; thanks!</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/926886608593755419/4076804993664005075/comments/default/7036306158092738685'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/926886608593755419/4076804993664005075/comments/default/7036306158092738685'/><link rel='alternate' type='text/html' href='http://dev.ionous.net/2009/02/perforce-add-with-wildcards.html?showComment=1277403318865#c7036306158092738685' title=''/><author><name>ionous</name><uri>http://www.blogger.com/profile/17820105163148774672</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_Hakv80Zu6-k/SbKtW8LGXcI/AAAAAAAAAAM/zBYvr1R3-H8/S220/pic.PNG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://dev.ionous.net/2009/02/perforce-add-with-wildcards.html' ref='tag:blogger.com,1999:blog-926886608593755419.post-4076804993664005075' source='http://www.blogger.com/feeds/926886608593755419/posts/default/4076804993664005075' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2022530169'/></entry><entry><id>tag:blogger.com,1999:blog-926886608593755419.post-718048629803763541</id><published>2009-11-30T12:12:06.367-08:00</published><updated>2009-11-30T12:12:06.367-08:00</updated><title type='text'>A faster version of this command:

dir /b /s /a-d ...</title><summary type='text'>A faster version of this command:&lt;br /&gt;&lt;br /&gt;dir /b /s /a-d | p4 -x - add -c [changelist]&lt;br /&gt;&lt;br /&gt;I often add a relatively large source base to P4 and found that this command is much faster than the one above - it&amp;#39;ll complete in about 10 seconds while the command above took a minute to add about 10% of the base.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/926886608593755419/4076804993664005075/comments/default/718048629803763541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/926886608593755419/4076804993664005075/comments/default/718048629803763541'/><link rel='alternate' type='text/html' href='http://dev.ionous.net/2009/02/perforce-add-with-wildcards.html?showComment=1259611926367#c718048629803763541' title=''/><author><name>Dave Cunningham</name><uri>http://www.blogger.com/profile/02023580078603810879</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_567zPR7qSvM/ScA6UDVU45I/AAAAAAAAOxE/3OtgtbM6r6o/S220/DSC_0513.JPG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://dev.ionous.net/2009/02/perforce-add-with-wildcards.html' ref='tag:blogger.com,1999:blog-926886608593755419.post-4076804993664005075' source='http://www.blogger.com/feeds/926886608593755419/posts/default/4076804993664005075' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-997087903'/></entry><entry><id>tag:blogger.com,1999:blog-926886608593755419.post-8532320837567743184</id><published>2009-08-15T16:17:54.220-07:00</published><updated>2009-08-15T16:17:54.220-07:00</updated><title type='text'>Putting the last %i in quotes allows this command ...</title><summary type='text'>Putting the last %i in quotes allows this command to handle paths with spaces in them, otherwise the path files are added to is truncated. &lt;br /&gt;&lt;br /&gt;for /R [dir] %i in (*.*) do p4 add &amp;quot;%i&amp;quot;&lt;br /&gt;&lt;br /&gt;Thanks for the command though, saved tons of time opening whole trees of files by hand. :)</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/926886608593755419/4076804993664005075/comments/default/8532320837567743184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/926886608593755419/4076804993664005075/comments/default/8532320837567743184'/><link rel='alternate' type='text/html' href='http://dev.ionous.net/2009/02/perforce-add-with-wildcards.html?showComment=1250378274220#c8532320837567743184' title=''/><author><name>Sam</name><uri>http://www.blogger.com/profile/07234873152026419986</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://dev.ionous.net/2009/02/perforce-add-with-wildcards.html' ref='tag:blogger.com,1999:blog-926886608593755419.post-4076804993664005075' source='http://www.blogger.com/feeds/926886608593755419/posts/default/4076804993664005075' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1897835445'/></entry></feed>
