During an "svn update" or "svn commit" my understanding of SVN is that it
walks the local folder tree, placing some sort of lock file within each .svn
folder.
The operation is then executed and at the end, the locks are removed. Hence
the need for the "clean up" command if the operation crashes f
Yeah i did see that, but I figured is not a checkout thing, its a
global argument, for example i was attempting "svn info" I suppose I
should have looked in "svn help info" but it wasn't an "info" issue,
it was a generic svn application issue.
on a side note, it would have been nice for the error
On Mar 15, 2011, at 20:40, Justin Zaun wrote:
> On Tue, Mar 15, 2011 at 3:38 PM, Ryan Schmidt wrote:
>>
>
>> On Mar 15, 2011, at 20:26, Justin Zaun wrote:
>>
>>> I'm trying to run svn from a process with my ASP script. When I run
>>> the program all I get is:
>>>
>>> svn: Can't determine the u
On Tue, Mar 15, 2011 at 21:26, Justin Zaun wrote:
> I'm trying to run svn from a process with my ASP script. When I run
> the program all I get is:
>
> svn: Can't determine the user's config path
>
> I dug around a little and it seams this is an issue as my web server
> is running as a service and
On Mar 15, 2011, at 20:26, Justin Zaun wrote:
> I'm trying to run svn from a process with my ASP script. When I run
> the program all I get is:
>
> svn: Can't determine the user's config path
>
> I dug around a little and it seams this is an issue as my web server
> is running as a service and
I'm trying to run svn from a process with my ASP script. When I run
the program all I get is:
svn: Can't determine the user's config path
I dug around a little and it seams this is an issue as my web server
is running as a service and not as a user so there is no user path. I
read I should add a
On Tue, Mar 15, 2011 at 10:44 AM, ankush chadha
wrote:
> Try running following commands to grab info about r607 on the server side
>
> svn info file:/// -r 607
>
> svn log file:/// -r 607
>
>
C:\Documents and Settings\julesh>svn info
https://svn.knowledgextensions.com/svn
-r 607
Path: svn
URL: ht
Try running following commands to grab info about r607 on the server side
svn info file:/// -r 607
svn log file:/// -r 607
Also check if 607 file is located under following folders
\db\revs
\db\revprops
hotcopy is another option to restore the svn repository. I have used svnadmin
dump before
Thanks Stefan.
> If getting a fix for this in 1.6.x is important to you, feel
> free to file an issue requesting a fix the for 1.6.x branch.
> Maybe someone will find time for this. Make sure to link back
> to this thread in the mail archives from the issue. Thanks.
I probably won't, as the u
On Tue, Mar 15, 2011 at 11:11:02AM -, Echlin, Jamie wrote:
> Morning,
>
> I have reproduced the problem discussed here (single file externals
> cause mergeinfo on directories and files containing file externals):
> http://svn.haxx.se/dev/archive-2010-08/0088.shtml in the latest version
> of th
Morning,
I have reproduced the problem discussed here (single file externals
cause mergeinfo on directories and files containing file externals):
http://svn.haxx.se/dev/archive-2010-08/0088.shtml in the latest version
of the 1.6.x branch, which is affecting a repo in our production
environment.
R
On Tue, Mar 15, 2011 at 10:56:52AM +0530, D, Dinoj wrote:
> Hi,
>
>
>
> When using Subversion with a large project that integrates multiple
> independent libraries and modules that come from different SVN
> repositories, it is necessary to use the svn:external mechanism to link
> to the differ
Hi Bob,
I appreciate your input and insight here. I will definitely review
and try your recommended steps. I will follow up with my results when
done.
Thanks
Bob Archer wrote:
Hi, I have been using CVS since 1998 and I am now finally moving to
SVN. After having studied SVN for the last fe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2011-03-15 00:19, Daniel Becroft wrote:
> In addition to this, locks are for a working-copy, not necessarily for a
> user. It's possible for the same user to steal the lock that they
> already hold in another working copy, and your script will let t
14 matches
Mail list logo