subversion woes!
Scott Paul Robertson
spr at mahonri5.net
Fri Mar 4 09:33:29 MST 2005
On Thu, Mar 03, 2005 at 11:47:26PM -0700, tuxgirl at gmail.com wrote:
> On Thu, Mar 03, 2005 at 11:33:14PM -0700, Gabriel Gunderson wrote:
> > I'm not sure how you have it set up but can you check out
> > `svn checkout file:///src/svn` and grab the other directories with it?
>
> well, this didn't work for that problem, but it did solve another
> problem i've had with svn... apparently, file:///src/svn points to evilwm
> (which explains why evilwm doesn't have a directory in /src/svn)...
>
> > See this from the docs:
> > http://svnbook.red-bean.com/en/1.1/re27.html
>
> this requires a working copy of the file (from what i can tell from my
> experimentation), which is what i'm currently trying to get...
>
> >
> > And some random page...
> > http://www.advogato.org/person/raph/diary.html?start=356 Reads:
>
> i checked, and ensured that all the files are chmodded to 777, so i
> don't see how this could end up being a permission denied error...
> unfortunately...
>
Have you tried dumping your whole subversion repository. If you cna get
a dump you can recreate the repository from that.
svnadmin dump /path/to/repos 0:HEAD > file
will do the trick. Loading it back via:
svadmin load /path/to/newrepos < file
svn dumps as plain text so as long as something can pull it out..
--
Scott Paul Robertson
http://spr.mahonri5.net
GnuPG FingerPrint: 09ab 64b5 edc0 903e 93ce edb9 3bcc f8fb dc5d 7601
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://plug.org/pipermail/plug/attachments/20050304/ed08869e/attachment.bin
More information about the PLUG
mailing list