2008/11/3 Oskar Krawczyk <[EMAIL PROTECTED]>:
>
> Alright, albeit the solution posted above works well, I still didn't
> wanted to deal with the god-forsaken dot-underscores - it seems
> Versionsapp doesn't have anything to do when it comes to ignoring
> them, but what does is the SVN config itself. What you need to do is:
>
> mate .subversion/config (if you have Textmate installed, otherwise
> vim .subversion/config)
>
> Find the line that says
> # global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
>
> And convert it to
> global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~
> *~ .#* .DS_Store ._* *.log *.bak
>
> Save and close. This will do!

As far as I know there is no global-ignores support in Versions yet.
What I usually do is right-click on the folder where I want those
files to be ignored and the click "Get Info" and in Properties section
add new property svn:ignore. That works for me :-)

Best,
Pawel Solyga

>
> On Nov 3, 1:41 pm, Oskar Krawczyk <[EMAIL PROTECTED]> wrote:
>> Great, thanks for you time and help Paweł!
>>
>> Best,
>> Oskar
>>
>> On Nov 3, 1:36 pm, "Paweł Sołyga" <[EMAIL PROTECTED]> wrote:
>>
>> > 2008/11/3 Oskar Krawczyk <[EMAIL PROTECTED]>:
>>
>> > > Right, but there's one thing I'm not certain of - when doing a svn
>> > > export, will the files be ignored as well, as in, not exported?
>>
>> > From my experience (and just double checked to make sure) files that
>> > are in svn:ignore are not exported.
>>
>> > Best,
>> > Pawel Solyga
>>
>> > > Best,
>> > > Oskar
>>
>> > > On Nov 3, 1:04 pm, "Paweł Sołyga" <[EMAIL PROTECTED]> wrote:
>> > >> On Mon, Nov 3, 2008 at 1:50 PM, Oskar Krawczyk <[EMAIL PROTECTED]> 
>> > >> wrote:
>>
>> > >> > Hi there folks,
>>
>> > >> > Is there any way Versionsapp can ignore these pesky dot underscore
>> > >> > files? Can't stand dealing with them and constantly deleting manually.
>>
>> > >> You can always add all the dot underscore files to svn:ignore right ?
>>
>> > >> Best,
>> > >> Pawel Solyga
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to