Florin Ciubotaru wrote: > Sergiu Dumitriu wrote: >> FlorinCiubotaru (SVN) wrote: >> >>> Author: FlorinCiubotaru >>> >> You should use a name like fciubotaru for commits. >> >> > OK, I created the user. Who can give me commit rights on sandbox?
Done. > BTW, I'm searching for a way to avoid storing .NET dependencies and > other binaries into SVN. I want to commit only sources and pom.xml files > like we do in java. > Any ideas? Go to the directory where the files that should be ignored are located, and type: svn propedit svn:ignore . (the last dot is required) Enter the name of the files or directories you want to ignore, save and commit. You can use shell regular expressions, like "*.pbf". I already did this for the obj directory, update your repository and it should be ignored from now on. I don't know how to do this from a GUI client, search for something similar. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

