I have two projects which I manage internally using Perforce. These are also published to google code using svn.
I currently have a set of scripts that copy from the perforce area in my home directory to the svn area, sync it, diff it, and commit it.
It seems that I might be able to just do a svn checkout in the perforce-managed area and perform the svn operations in place.
Has anybody done something like that? Any hints, pointers, etc.?