RE: Returning problem: Some folders/files in working don't get updated anymore.

2010-04-07 Thread Ben
You can easily check for sparse checkouts by running svnversion: If the reported version has a P attached, then you have a sparse checkout. I have similar problems with unwanted sparse checkouts esp. when it comes to merging. Thanks for the hints in this thread about the potential bug origins. -

Re: Returning problem: Some folders/files in working don't get updated anymore.

2010-04-02 Thread Johan Corveleyn
On Fri, Apr 2, 2010 at 4:56 PM, Mark Phippard wrote: > On Fri, Apr 2, 2010 at 10:51 AM, Johan Corveleyn wrote: >> >> In IntelliJ IDEA there's a bug that, if you create a new package, and >> you answer "yes" in the dialog which asks you if you want to add it to >> version control immediately, it's

Re: Returning problem: Some folders/files in working don't get updated anymore.

2010-04-02 Thread Mark Phippard
On Fri, Apr 2, 2010 at 11:23 AM, Valentijn Scholten wrote: >>On Fri, Apr 2, 2010 at 10:51 AM, Johan Corveleyn > wrote: >>> You should check if you don't have a "sparse working copy" by accident >>> (see http://svnbook.red-bean.com/nightly/en/svn.advanced.sparsedirs.html). >>> To see whether this i

RE: Returning problem: Some folders/files in working don't get updated anymore.

2010-04-02 Thread Valentijn Scholten
>> Regularly we're having issues with working copies that don't get all updated >> files/folders from the repository. >> >> Most of the time everything works fine. >> >> But sometimes when user A commits some new/changed files to the repository, >> other users (say user B), do not get these c

RE: Returning problem: Some folders/files in working don't get updated anymore.

2010-04-02 Thread Valentijn Scholten
>Van: Mark Phippard [mailto:markp...@gmail.com] >Verzonden: vrijdag 2 april 2010 16:57 >Aan: Johan Corveleyn >On Fri, Apr 2, 2010 at 10:51 AM, Johan Corveleyn > wrote: >> You should check if you don't have a "sparse working copy" by accident >> (see http://svnbook.red-bean.com/nightly/en/svn.advan

RE: Returning problem: Some folders/files in working don't get updated anymore.

2010-04-02 Thread Valentijn Scholten
>>On Fri, Apr 2, 2010 at 11:47 AM, Valentijn Scholten >>> wrote: >> >> Regularly we're having issues with working copies that don't get all updated >> files/folders from the repository. >> >> >> >> Most of the time everything works fine. >> >> >> >> But sometimes when user A commits some new/change

Re: Returning problem: Some folders/files in working don't get updated anymore.

2010-04-02 Thread Mark Phippard
On Fri, Apr 2, 2010 at 10:51 AM, Johan Corveleyn wrote: > You should check if you don't have a "sparse working copy" by accident > (see http://svnbook.red-bean.com/nightly/en/svn.advanced.sparsedirs.html). > To see whether this is the case, check "svn info" for some of the > parent dirs, and see

Re: Returning problem: Some folders/files in working don't get updated anymore.

2010-04-02 Thread Johan Corveleyn
On Fri, Apr 2, 2010 at 11:47 AM, Valentijn Scholten wrote: > Hello, > > > > Regularly we’re having issues with working copies that don’t get all updated > files/folders from the repository. > > > > Most of the time everything works fine. > > > > But sometimes when user A commits some new/changed f

Re: Returning problem: Some folders/files in working don't get updated anymore.

2010-04-02 Thread Ryan Schmidt
On Apr 2, 2010, at 04:47, Valentijn Scholten wrote: > Regularly we’re having issues with working copies that don’t get all updated > files/folders from the repository. > > Most of the time everything works fine. > > But sometimes when user A commits some new/changed files to the repository,