hi all, does svn server not work only for me or for all as well? does anyone know when it will be fixed? ~/install/scipy/Lib/optimize$ svn ci optimize.py svn: Commit failed (details follow): svn: PROPFIND request failed on '/svn/scipy/trunk/Lib/optimize' svn: '/svn/scipy/trunk/Lib/optimize' path not found svn: Your commit message was left in a temporary file: svn: '/home/dmitrey/install/scipy/Lib/optimize/svn-commit.tmp' Regards, D.
Hi, I just tried 5 minutes ago, and it works. Matthieu 2007/8/29, dmitrey <openopt@ukr.net>:
hi all, does svn server not work only for me or for all as well?
does anyone know when it will be fixed?
~/install/scipy/Lib/optimize$ svn ci optimize.py svn: Commit failed (details follow): svn: PROPFIND request failed on '/svn/scipy/trunk/Lib/optimize' svn: '/svn/scipy/trunk/Lib/optimize' path not found svn: Your commit message was left in a temporary file: svn: '/home/dmitrey/install/scipy/Lib/optimize/svn-commit.tmp'
Regards, D. _______________________________________________ Scipy-dev mailing list Scipy-dev@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-dev
OK, in fact the Lib folder was renamed scipy, that's why it doesn't work. Matthieu 2007/8/29, dmitrey <openopt@ukr.net>:
hi all, does svn server not work only for me or for all as well?
does anyone know when it will be fixed?
~/install/scipy/Lib/optimize$ svn ci optimize.py svn: Commit failed (details follow): svn: PROPFIND request failed on '/svn/scipy/trunk/Lib/optimize' svn: '/svn/scipy/trunk/Lib/optimize' path not found svn: Your commit message was left in a temporary file: svn: '/home/dmitrey/install/scipy/Lib/optimize/svn-commit.tmp'
Regards, D. _______________________________________________ Scipy-dev mailing list Scipy-dev@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-dev
On Wed, Aug 29, 2007 at 09:42:49AM +0300, dmitrey wrote:
hi all, does svn server not work only for me or for all as well?
does anyone know when it will be fixed?
~/install/scipy/Lib/optimize$ svn ci optimize.py svn: Commit failed (details follow): svn: PROPFIND request failed on '/svn/scipy/trunk/Lib/optimize' svn: '/svn/scipy/trunk/Lib/optimize' path not found svn: Your commit message was left in a temporary file: svn: '/home/dmitrey/install/scipy/Lib/optimize/svn-commit.tmp'
A good rule to follow: always "svn up" before you check in changes. Cheers Stéfan
Stefan van der Walt wrote:
On Wed, Aug 29, 2007 at 09:42:49AM +0300, dmitrey wrote:
hi all, does svn server not work only for me or for all as well?
does anyone know when it will be fixed?
~/install/scipy/Lib/optimize$ svn ci optimize.py svn: Commit failed (details follow): svn: PROPFIND request failed on '/svn/scipy/trunk/Lib/optimize' svn: '/svn/scipy/trunk/Lib/optimize' path not found svn: Your commit message was left in a temporary file: svn: '/home/dmitrey/install/scipy/Lib/optimize/svn-commit.tmp'
A good rule to follow: always "svn up" before you check in changes.
As for me I see results in shell (terminal): if it's M(erge) or, moreover, C(onflict) then I see what's the matter. Regards, D.
participants (3)
-
dmitrey -
Matthieu Brucher -
Stefan van der Walt