<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Using SVN for Web Development</title>
	<atom:link href="http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Tue, 02 Dec 2008 00:51:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: earpick</title>
		<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/#comment-839820</link>
		<dc:creator>earpick</dc:creator>
		<pubDate>Wed, 26 Nov 2008 22:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1403#comment-839820</guid>
		<description>To mount the remote shares as local ones you can always use SftpDrive for Windows machines and MacFUSE+SSHFS for Mac. No need to FTP over!</description>
		<content:encoded><![CDATA[<p>To mount the remote shares as local ones you can always use SftpDrive for Windows machines and MacFUSE+SSHFS for Mac. No need to FTP over!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jdelisabeth</title>
		<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/#comment-686237</link>
		<dc:creator>jdelisabeth</dc:creator>
		<pubDate>Thu, 10 Apr 2008 13:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1403#comment-686237</guid>
		<description>Hello, this article is very interesting !!!

But i don't understand this one :

&lt;blockquote&gt;A testing webserver with at least one webspace (working copy) for each developer&lt;/blockquote&gt;

How do you create webspace (working copy)?

How the developer acces to the working copy ?

Thx.</description>
		<content:encoded><![CDATA[<p>Hello, this article is very interesting !!!</p>
<p>But i don&#8217;t understand this one :</p>
<blockquote><p>A testing webserver with at least one webspace (working copy) for each developer</p></blockquote>
<p>How do you create webspace (working copy)?</p>
<p>How the developer acces to the working copy ?</p>
<p>Thx.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/#comment-641795</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sat, 23 Feb 2008 15:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1403#comment-641795</guid>
		<description>Hi, thanks for the great article! The web site I'm currently administerting has about 17G of data... some of this content is media which can be moved I guess... but still, how do you recommend maintaining a large working space for users?</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the great article! The web site I&#8217;m currently administerting has about 17G of data&#8230; some of this content is media which can be moved I guess&#8230; but still, how do you recommend maintaining a large working space for users?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/#comment-597640</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 10 Jan 2008 23:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1403#comment-597640</guid>
		<description>What branching patterns work best for web development?</description>
		<content:encoded><![CDATA[<p>What branching patterns work best for web development?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kostya</title>
		<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/#comment-374617</link>
		<dc:creator>Kostya</dc:creator>
		<pubDate>Sun, 09 Sep 2007 03:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1403#comment-374617</guid>
		<description>Hi,
I have configured the post-commit:

svn up $FROM
rsync -p -g -avr --delete --cvs-exclude $FROM $TO

It is works well for the root user, but I have a problem when I use other users for commit.
How can I use svn and rsync with two different users: daemon - apache user and my $FROM directory has owned by "kostya" user. I put these users to the same groups (daemon and kostya), and changed mod 775 for $FROM directories but I still have errors:
rsync: failed to set permissions on "$FROM/somefile.php": Operation not permitted (1)
rsync: failed to set permissions on "$FROM/somefile2.php": Operation not permitted (1)

Could somebody help me?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have configured the post-commit:</p>
<p>svn up $FROM<br />
rsync -p -g -avr &#8211;delete &#8211;cvs-exclude $FROM $TO</p>
<p>It is works well for the root user, but I have a problem when I use other users for commit.<br />
How can I use svn and rsync with two different users: daemon - apache user and my $FROM directory has owned by &#8220;kostya&#8221; user. I put these users to the same groups (daemon and kostya), and changed mod 775 for $FROM directories but I still have errors:<br />
rsync: failed to set permissions on &#8220;$FROM/somefile.php&#8221;: Operation not permitted (1)<br />
rsync: failed to set permissions on &#8220;$FROM/somefile2.php&#8221;: Operation not permitted (1)</p>
<p>Could somebody help me?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mocha</title>
		<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/#comment-307152</link>
		<dc:creator>mocha</dc:creator>
		<pubDate>Mon, 16 Jul 2007 08:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1403#comment-307152</guid>
		<description>me, duh

I use sftpdrive to map my linux server to a network drive (via ssh). 

After much thought I'm trying for the same setup you propose. 

Unfortunately tortoisesvn does not work in conjunction with the mapped drive. But it does work fine via samba when I am in the office.</description>
		<content:encoded><![CDATA[<p>me, duh</p>
<p>I use sftpdrive to map my linux server to a network drive (via ssh). </p>
<p>After much thought I&#8217;m trying for the same setup you propose. </p>
<p>Unfortunately tortoisesvn does not work in conjunction with the mapped drive. But it does work fine via samba when I am in the office.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: me, duh</title>
		<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/#comment-151313</link>
		<dc:creator>me, duh</dc:creator>
		<pubDate>Thu, 11 Jan 2007 08:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1403#comment-151313</guid>
		<description>ok, so lets say I have a project called. &lt;strong&gt;'projectA'&lt;/strong&gt;, and a user &lt;strong&gt;'me'&lt;/strong&gt;
would I check out the project to &lt;strong&gt;'/var/www/dev/me/projectA/'&lt;/strong&gt; ? is there anything wrong with this setup?

the &lt;strong&gt;'dev/'&lt;/strong&gt; folder would hold all user's &lt;strong&gt;'working copies'&lt;/strong&gt;, and most likely an .htaccess file to require valid users.

how would one modify/work on that &lt;strong&gt;'working copy'&lt;/strong&gt;? I mean, you can't really load it into say, subclipse running on a different machine... can you?

something doesn't click right in my head about this setup, i think i missed something but i can't figure out what. I've been reading as much as i can from that 'Version Control with Subversion' book to no avail.


note: new linux user here, its been 4 days since i started using linux, 2 days for subversion</description>
		<content:encoded><![CDATA[<p>ok, so lets say I have a project called. <strong>&#8216;projectA&#8217;</strong>, and a user <strong>&#8216;me&#8217;</strong><br />
would I check out the project to <strong>&#8216;/var/www/dev/me/projectA/&#8217;</strong> ? is there anything wrong with this setup?</p>
<p>the <strong>&#8216;dev/&#8217;</strong> folder would hold all user&#8217;s <strong>&#8216;working copies&#8217;</strong>, and most likely an .htaccess file to require valid users.</p>
<p>how would one modify/work on that <strong>&#8216;working copy&#8217;</strong>? I mean, you can&#8217;t really load it into say, subclipse running on a different machine&#8230; can you?</p>
<p>something doesn&#8217;t click right in my head about this setup, i think i missed something but i can&#8217;t figure out what. I&#8217;ve been reading as much as i can from that &#8216;Version Control with Subversion&#8217; book to no avail.</p>
<p>note: new linux user here, its been 4 days since i started using linux, 2 days for subversion</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevø X Thomson &#187; Blog Archive &#187; links for 2006-06-07</title>
		<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/#comment-29460</link>
		<dc:creator>Kevø X Thomson &#187; Blog Archive &#187; links for 2006-06-07</dc:creator>
		<pubDate>Wed, 07 Jun 2006 23:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1403#comment-29460</guid>
		<description>[...] SitePoint Blogs » Using SVN for Web Development (tags: subversion web) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] SitePoint Blogs » Using SVN for Web Development (tags: subversion web) [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/#comment-29066</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 05 Jun 2006 13:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1403#comment-29066</guid>
		<description>In my opinion, &lt;em&gt;trunk&lt;/em&gt; is for active development - it's &lt;strong&gt;definately not&lt;/strong&gt; a production branch. IMO development is an ongoing and iterative process:

1) Branch trunk for mini project
2) Code new feature/bug fix on devel branch, periodically merging changes from trunk onto the branch.
3) Merge back changes from devel branch to trunk
4) Branch trunk for next mini project

At this point, trunk has your latest change on. When it has been acceptance tested, merge specific changes from trunk to release.

YMMV, but I cannot think of a worse system than one automatically putting trunk live..</description>
		<content:encoded><![CDATA[<p>In my opinion, <em>trunk</em> is for active development - it&#8217;s <strong>definately not</strong> a production branch. IMO development is an ongoing and iterative process:</p>
<p>1) Branch trunk for mini project<br />
2) Code new feature/bug fix on devel branch, periodically merging changes from trunk onto the branch.<br />
3) Merge back changes from devel branch to trunk<br />
4) Branch trunk for next mini project</p>
<p>At this point, trunk has your latest change on. When it has been acceptance tested, merge specific changes from trunk to release.</p>
<p>YMMV, but I cannot think of a worse system than one automatically putting trunk live..</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Slava</title>
		<link>http://www.sitepoint.com/blogs/2006/02/07/using-svn-for-web-development/#comment-28733</link>
		<dc:creator>Slava</dc:creator>
		<pubDate>Sat, 03 Jun 2006 21:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1403#comment-28733</guid>
		<description>I resolve it!
1. At the proxy (WinGate) create the additional WWW Proxy service, which go to inet directly, not through proxy of my provider.
2. At the TorotiseSVN -&#62; Settings -&#62; Network
set proxy to yourown  for a sample ( 192.168.0.1 adress local proxy, port 733 you opened for it at the WWW proxy service)
 Regards</description>
		<content:encoded><![CDATA[<p>I resolve it!<br />
1. At the proxy (WinGate) create the additional WWW Proxy service, which go to inet directly, not through proxy of my provider.<br />
2. At the TorotiseSVN -&gt; Settings -&gt; Network<br />
set proxy to yourown  for a sample ( 192.168.0.1 adress local proxy, port 733 you opened for it at the WWW proxy service)<br />
 Regards</p>]]></content:encoded>
	</item>
</channel>
</rss>
