Hi,

I would like to point out that we need to update the
$document->project->_vcs detection for Padre to work with Subversion 1.7.
Before 1.7, we had a .svn folder in each folder that is sub-versioned. So
the project repository ${PADRE_REPO}/Padre had a .svn folder which we can
use to detect Subversion immediately. Now the with 1.7, there is only one
.svn folder in the parent repository containing a single wc.db SQLite
database and a pristine/ folder that contains the pristine unmodified
subversioned files (i.e. objects).

I think we need to modify Padre::Project::_vcs to recursively read parent
folders until no parent folder contains a .svn folder. I wonder if it is
also the case for other VCS if Padre/Padre was versioned in Mercurial or
Git.

For reading pristine svn file in 1.7, see http://paste.scsys.co.uk/169106 :)

Thanks,
Ahmad M. Zawawi
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to